Remove empty space at bottom in tablet mode

This commit is contained in:
Arne 2024-11-30 18:50:24 +01:00
parent f960f03dbb
commit bae53cb0dc

View file

@ -77,8 +77,7 @@
android:id="@+id/secondary_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1618"
android:layout_marginBottom="70dp" />
android:layout_weight="1618" />
</LinearLayout>
</LinearLayout>