aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/layout/kau_preference_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/layout/kau_preference_text.xml')
-rw-r--r--core/src/main/res/layout/kau_preference_text.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/main/res/layout/kau_preference_text.xml b/core/src/main/res/layout/kau_preference_text.xml
new file mode 100644
index 0000000..bbabdfb
--- /dev/null
+++ b/core/src/main/res/layout/kau_preference_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