2011-05-07 13:12:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-11-17 16:25:17 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-12-01 12:32:01 +01:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
2015-02-11 14:43:25 +01:00
|
|
|
|
|
|
|
<ExpandableListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
2015-02-16 11:32:15 +01:00
|
|
|
android:focusable="true"
|
2015-02-11 14:43:25 +01:00
|
|
|
android:groupIndicator="@android:color/transparent"/>
|
2011-05-08 10:27:10 +02:00
|
|
|
|
2011-08-19 10:00:53 +02:00
|
|
|
</LinearLayout>
|