summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-port/f_eip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-port/f_eip.xml')
-rw-r--r--app/src/main/res/layout-port/f_eip.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout-port/f_eip.xml b/app/src/main/res/layout-port/f_eip.xml
index 03401d16..a261c8ea 100644
--- a/app/src/main/res/layout-port/f_eip.xml
+++ b/app/src/main/res/layout-port/f_eip.xml
@@ -42,8 +42,8 @@
android:scaleType="fitXY"
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"
@@ -58,7 +58,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"