tachiyomi/app/src/main/res/layout/pref_more_header.xml

20 lines
672 B
XML
Raw Normal View History

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"
2021-11-14 11:16:18 -05:00
xmlns:tools="http://schemas.android.com/tools"
2020-04-27 22:48:25 -04:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorSurface"
2020-04-27 22:48:25 -04:00
android:elevation="2dp"
android:padding="32dp">
2020-04-27 22:48:25 -04:00
<ImageView
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"
app:tint="?attr/colorOnSurface"
2021-11-14 11:16:18 -05:00
tools:ignore="ContentDescription" />
2020-04-27 22:48:25 -04:00
</FrameLayout>