implement custom preference category element
This commit is contained in:
parent
d8a0ba23b6
commit
abcb807518
12 changed files with 74 additions and 14 deletions
11
app/src/main/res/layout/preference_category.xml
Normal file
11
app/src/main/res/layout/preference_category.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
|
||||
android:textColor="?android:textColorSecondary" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue