diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-15 14:09:17 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-15 14:09:17 +0100 |
commit | 580c97e368cd0d9fa47691f70cc31e9b711581ec (patch) | |
tree | c164b25493b9f4c7cb0c505a124d3cc30f6386ed /app/src/main/res/layout-xlarge-port | |
parent | aeadefa699db964b1a4ca3ee2bbd45a80ae847a7 (diff) |
implement a new fancy on-off-button
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" |