diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-15 17:10:46 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-15 17:10:46 +0100 |
commit | d5faac5ac7937c5a7f19c9a409e2a1376afc50aa (patch) | |
tree | b2d0e14524c8106736b0fbd76c72f8637a072786 /app/src/main/res/layout-xlarge-port | |
parent | f3e23d06d8bee4c4212e606621b92a50dd7034ae (diff) | |
parent | 427a41a35205b1948da37727eb21b66e2c518b0c (diff) |
Merge branch 'main_btn' into simply_secure_UI_changes
Diffstat (limited to 'app/src/main/res/layout-xlarge-port')
-rw-r--r-- | app/src/main/res/layout-xlarge-port/f_eip.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout-xlarge-port/f_eip.xml b/app/src/main/res/layout-xlarge-port/f_eip.xml index 6a115a8b..839753e6 100644 --- a/app/src/main/res/layout-xlarge-port/f_eip.xml +++ b/app/src/main/res/layout-xlarge-port/f_eip.xml @@ -53,8 +53,8 @@ app:srcCompat="@drawable/background_eip" /> - <se.leap.bitmaskclient.base.views.VpnStateImage - android:id="@+id/vpn_state_image" + <se.leap.bitmaskclient.base.views.MainButton + android:id="@+id/main_button" android:layout_width="0dp" android:layout_height="0dp" android:layout_margin="@dimen/stdpadding" @@ -69,7 +69,7 @@ android:id="@+id/main_description" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:layout_constraintTop_toBottomOf="@id/vpn_state_image" + app:layout_constraintTop_toBottomOf="@id/main_button" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toTopOf="@+id/sub_description" |