summaryrefslogtreecommitdiff
path: root/src/plugins/android.codeutils/templates/activity_samples/expandable_list/group_row.xml
blob: 288bdb478dc4127c11ad6f3ad34ee0382340d883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>