fix conversations fragment for tablet mode
This commit is contained in:
parent
fd7a971833
commit
1bee9efd6e
1 changed files with 1 additions and 3 deletions
|
@ -19,15 +19,13 @@
|
|||
android:id="@+id/main_fragment"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1000"
|
||||
android:layout_marginBottom="70dp" />
|
||||
android:layout_weight="1000" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/secondary_fragment"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1618"
|
||||
android:layout_marginTop="?attr/actionBarSize"
|
||||
android:layout_marginBottom="70dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue