2012-07-19 14:22:03 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-07-19 19:23:49 -07:00
|
|
|
android:layout_width="fill_parent"
|
2012-07-19 14:22:03 -07:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ListView android:id="@android:id/list"
|
2012-07-19 19:23:49 -07:00
|
|
|
style="?android:attr/listViewWhiteStyle"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="0dp"
|
2012-07-19 14:22:03 -07:00
|
|
|
android:layout_weight="1.0"
|
2014-04-02 09:52:28 +02:00
|
|
|
android:drawSelectorOnTop="false"
|
2013-03-05 01:33:55 -08:00
|
|
|
android:transcriptMode="normal"
|
2012-07-19 19:23:49 -07:00
|
|
|
android:scrollbarAlwaysDrawVerticalTrack="false"
|
|
|
|
android:scrollbarStyle="insideOverlay"
|
2012-07-19 14:22:03 -07:00
|
|
|
android:stackFromBottom="true"
|
|
|
|
android:fadingEdge="none"
|
2014-01-08 12:29:05 -10:00
|
|
|
android:divider="@android:color/transparent"
|
|
|
|
android:dividerHeight="0dp"
|
2014-03-04 11:47:27 +02:00
|
|
|
android:layout_marginBottom="1dip"
|
2015-06-01 16:51:14 -07:00
|
|
|
android:cacheColorHint="?android:attr/windowBackground" />
|
2012-07-19 14:22:03 -07:00
|
|
|
|
|
|
|
</LinearLayout>
|