TachiyomiSY-Plus/app/src/main/res/layout/pref_more_header.xml
arkon 76e3f0e5cb Consistent divider colour
(cherry picked from commit 9120e8251777169f26d8a07e54c7176fe3f96e72)
2022-02-12 22:31:46 -05:00

24 lines
844 B
XML

<?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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorSurface">
<ImageView
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_gravity="center"
android:layout_margin="32dp"
app:srcCompat="@drawable/ic_tachi"
app:tint="?attr/colorOnSurface"
tools:ignore="ContentDescription" />
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />
</FrameLayout>