20 lines
663 B
XML
20 lines
663 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="4dp"
|
||
|
android:background="@color/bkg1"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingBottom="4dp"
|
||
|
android:paddingTop="4dp"
|
||
|
android:showDividers="middle" >
|
||
|
|
||
|
<it.sephiroth.android.library.widget.HListView
|
||
|
android:id="@+id/hListView"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content" >
|
||
|
|
||
|
</it.sephiroth.android.library.widget.HListView>
|
||
|
|
||
|
</LinearLayout>
|