aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/filter_list_child.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/filter_list_child.xml')
-rw-r--r--main/res/layout/filter_list_child.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/res/layout/filter_list_child.xml b/main/res/layout/filter_list_child.xml
new file mode 100644
index 0000000..7978269
--- /dev/null
+++ b/main/res/layout/filter_list_child.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/text1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="start"
+ android:layout_marginTop="6dip"
+ android:textAlignment="viewStart"
+ android:textAppearance="?android:attr/textAppearanceLarge" />