aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_header.xml
blob: d802a1482b31b4fd8d47a24d88e2917d137bd810 (plain)
1
2
3
4
5
6
7
8
9
10
<android.support.v7.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" />