11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <android .support.v4.widget.DrawerLayout
3- xmlns : android = " http://schemas.android.com/apk/res/android "
4- android : id = " @+id/drawer_layout "
5- android : layout_width =" match_parent"
6- android : layout_height =" match_parent" >
2+ <LinearLayout xmlns : android = " http://schemas.android.com/apk/res/android "
3+ android : id = " @+id/drawer_layout "
4+ android : orientation = " vertical "
5+ android : layout_width =" match_parent"
6+ android : layout_height =" match_parent" >
77
88 <fragment
99 android : id =" @+id/fragment_content"
1010 android : name =" org.thoughtcrime.securesms.ConversationListFragment"
1111 android : layout_width =" match_parent"
1212 android : layout_height =" match_parent" />
1313
14- <ListView android : id =" @+id/left_drawer"
15- android : layout_width =" 240dp"
16- android : layout_height =" match_parent"
17- android : layout_gravity =" start"
18- android : choiceMode =" singleChoice"
19- android : dividerHeight =" 1dp"
20- android : background =" ?navigation_drawer_background" />
21-
2214 <!-- <TextView android:id="@android:id/empty"-->
2315 <!-- android:layout_width="fill_parent"-->
2416 <!-- android:layout_height="fill_parent"-->
2719 <!-- android:textColor="?conversation_text_secondary_color"-->
2820 <!-- android:text="Empty message list" />-->
2921
30- </android .support.v4.widget.DrawerLayout >
22+ </LinearLayout >
0 commit comments