summaryrefslogtreecommitdiff
path: root/src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml')
-rw-r--r--src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml b/src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml
new file mode 100644
index 0000000..288bdb4
--- /dev/null
+++ b/src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="horizontal"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+
+ <TextView android:id="@+id/name"
+ android:paddingLeft="60px"
+ android:focusable="false"
+ android:textSize="30px"
+ android:textStyle="normal"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+
+</LinearLayout>