diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 00:48:59 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-09 00:48:59 -0700 |
commit | 0af8b379fc0968c830c8938e1998b5bd3dd7e0aa (patch) | |
tree | a4e70e7d36e923b823614328f8fae9e97d7b2e24 /kpref-activity/src/main/res/layout/kau_pref_text.xml | |
parent | 2bf5e9efde28cce8186b2cdf75d8fafb6c9125ad (diff) | |
download | kau-0af8b379fc0968c830c8938e1998b5bd3dd7e0aa.tar.gz kau-0af8b379fc0968c830c8938e1998b5bd3dd7e0aa.tar.bz2 kau-0af8b379fc0968c830c8938e1998b5bd3dd7e0aa.zip |
Update resource prefixes
Diffstat (limited to 'kpref-activity/src/main/res/layout/kau_pref_text.xml')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_text.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_text.xml b/kpref-activity/src/main/res/layout/kau_pref_text.xml new file mode 100644 index 0000000..a4d901e --- /dev/null +++ b/kpref-activity/src/main/res/layout/kau_pref_text.xml @@ -0,0 +1,7 @@ +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@id/kau_pref_inner_content" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:focusable="false" + android:clickable="false" + android:background="@null" />
\ No newline at end of file |