diff options
author | cyBerta <cyberta@riseup.net> | 2022-12-23 16:18:19 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-12-23 16:18:19 +0100 |
commit | 588578ece12fbaa4329266addef051165afeaa03 (patch) | |
tree | 0aacd50aaa178e7f6ffd8b04218324df940d0ebc /app/src/main/res/layout-sw600dp-port | |
parent | 9f25a1ee20aa07e4af9635bcf3f726f74091e97a (diff) |
adopt on/off button sizes in tablet layouts
Diffstat (limited to 'app/src/main/res/layout-sw600dp-port')
-rw-r--r-- | app/src/main/res/layout-sw600dp-port/f_eip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-sw600dp-port/f_eip.xml b/app/src/main/res/layout-sw600dp-port/f_eip.xml index 2d6083a0..88e51652 100644 --- a/app/src/main/res/layout-sw600dp-port/f_eip.xml +++ b/app/src/main/res/layout-sw600dp-port/f_eip.xml @@ -118,7 +118,7 @@ android:id="@+id/main_button" android:layout_width="0dp" android:layout_height="0dp" - android:layout_margin="@dimen/stdpadding" + android:layout_margin="@dimen/mainbutton_padding" app:layout_constraintTop_toBottomOf="@+id/guideline_horizontal_bottom" app:layout_constraintBottom_toTopOf="@id/gateway_location_button" app:layout_constraintDimensionRatio="1:1" |