aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_seekbar_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kpref-activity/src/main/res/layout/kau_pref_seekbar_text.xml')
-rw-r--r--kpref-activity/src/main/res/layout/kau_pref_seekbar_text.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_seekbar_text.xml b/kpref-activity/src/main/res/layout/kau_pref_seekbar_text.xml
new file mode 100644
index 0000000..6ba2543
--- /dev/null
+++ b/kpref-activity/src/main/res/layout/kau_pref_seekbar_text.xml
@@ -0,0 +1,12 @@
+<!--TextView that aligns to the bottom-->
+
+<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:layout_gravity="bottom"
+ android:background="@null"
+ android:clickable="false"
+ android:focusable="false"
+ android:gravity="bottom|end"
+ android:paddingBottom="@dimen/kau_padding_normal" /> \ No newline at end of file