diff options
author | Allan Wang <me@allanwang.ca> | 2019-10-20 02:15:24 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-10-20 02:15:24 -0700 |
commit | 955643f7c42603153ff69b4e4bb6a5ed7c9de96b (patch) | |
tree | 296cfcfe95d3df1c8fa1d8ef022772d73cdf566f /kpref-activity | |
parent | 302d3351e9866b71b1e525c0e5ba883fe022ba5c (diff) | |
download | kau-955643f7c42603153ff69b4e4bb6a5ed7c9de96b.tar.gz kau-955643f7c42603153ff69b4e4bb6a5ed7c9de96b.tar.bz2 kau-955643f7c42603153ff69b4e4bb6a5ed7c9de96b.zip |
Use view binding for sample checkbox and fix pref header
Diffstat (limited to 'kpref-activity')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_header.xml | 4 |
1 files changed, 3 insertions, 1 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 index 65504a3..27ef74c 100644 --- a/kpref-activity/src/main/res/layout/kau_pref_header.xml +++ b/kpref-activity/src/main/res/layout/kau_pref_header.xml @@ -3,8 +3,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dip" - android:paddingEnd="?android:attr/listPreferredItemPaddingRight" + 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" />
\ No newline at end of file |