blob: 5deece3f9d365dde28660af86d73744da91cb136 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<TextView 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="?android:attr/colorAccent"
android:textSize="14sp" />
|