blob: 65504a388bef436882e04a46a74a817933bc3118 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/kau_pref_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dip"
android:paddingEnd="?android:attr/listPreferredItemPaddingRight"
android:paddingStart="?android:attr/listPreferredItemPaddingLeft"
android:paddingTop="16dip"
android:textColor="?colorAccent"
android:textSize="14sp" />
|