diff options
Diffstat (limited to 'kpref-activity/src/main/res/layout/kau_pref_header.xml')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_header.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_header.xml b/kpref-activity/src/main/res/layout/kau_pref_header.xml new file mode 100644 index 0000000..5deece3 --- /dev/null +++ b/kpref-activity/src/main/res/layout/kau_pref_header.xml @@ -0,0 +1,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" />
\ No newline at end of file |