adding some bottom margin too for landscape mode
This commit is contained in:
parent
5c9e5bbb70
commit
fc1d10044f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue