adding some bottom margin too for landscape mode

This commit is contained in:
tibbi 2021-11-04 23:26:35 +01:00
parent 5c9e5bbb70
commit fc1d10044f

View file

@ -216,7 +216,8 @@
android:layout_height="wrap_content"
android:layout_below="@+id/customization_navigation_bar_color_holder"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/big_margin">
android:layout_marginTop="@dimen/big_margin"
android:layout_marginBottom="@dimen/big_margin">
<android.widget.TextView
android:id="@+id/apply_to_all"