aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/iitem_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/iitem_text.xml')
-rw-r--r--app/src/main/res/layout/iitem_text.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/iitem_text.xml b/app/src/main/res/layout/iitem_text.xml
new file mode 100644
index 00000000..f86a7d0c
--- /dev/null
+++ b/app/src/main/res/layout/iitem_text.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/item_text_view"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:clickable="true"
+ android:focusable="true"
+ android:paddingBottom="@dimen/kau_activity_vertical_margin"
+ android:paddingEnd="@dimen/kau_padding_small"
+ android:paddingStart="@dimen/kau_activity_horizontal_margin"
+ android:paddingTop="@dimen/kau_padding_small" /> \ No newline at end of file