android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/android-ibc-forum.git
Log | Files | Refs

exp_listing.xml (426B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:layout_width="fill_parent" android:layout_height="wrap_content"
      4 	android:orientation="vertical" style="@style/site">
      5 
      6 	<ExpandableListView android:id="@id/android:list"
      7 		android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/list">
      8 	</ExpandableListView>
      9 
     10 
     11 </LinearLayout>