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