1
0
Fork 1

fix conversations fragment for tablet mode

This commit is contained in:
12aw 2024-03-20 20:58:27 +01:00
parent fd7a971833
commit 1bee9efd6e

View file

@ -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>