blob: 27ef74c686a66bca347443ef0525010862fcb677 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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:clickable="false"
android:focusable="false"
android:paddingStart="?android:attr/listPreferredItemPaddingLeft"
android:paddingTop="16dip"
android:paddingEnd="?android:attr/listPreferredItemPaddingRight"
android:textColor="?colorAccent"
android:textSize="14sp" />
|