2020-04-27 22:48:25 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-06-19 15:45:16 -04:00
|
|
|
android:background="?attr/colorToolbar"
|
2020-04-27 22:48:25 -04:00
|
|
|
android:elevation="2dp"
|
2020-04-29 17:37:49 -04:00
|
|
|
android:padding="32dp">
|
2020-04-27 22:48:25 -04:00
|
|
|
|
|
|
|
<ImageView
|
2020-04-29 17:37:49 -04:00
|
|
|
android:layout_width="56dp"
|
|
|
|
android:layout_height="56dp"
|
2020-04-27 22:48:25 -04:00
|
|
|
android:layout_gravity="center"
|
|
|
|
app:srcCompat="@drawable/ic_tachi"
|
2021-06-19 15:45:16 -04:00
|
|
|
app:tint="?attr/colorOnToolbar" />
|
2020-04-27 22:48:25 -04:00
|
|
|
|
|
|
|
</FrameLayout>
|