summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/login.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/main/res/layout/login.xml b/android/src/main/res/layout/login.xml
index 005d2dbf9f..de5f6d0f2d 100644
--- a/android/src/main/res/layout/login.xml
+++ b/android/src/main/res/layout/login.xml
@@ -67,7 +67,8 @@
<net.mullvad.mullvadvpn.ui.AccountInputContainer android:id="@+id/account_input_container"
android:layout_width="match_parent"
android:layout_height="48dp">
- <net.mullvad.mullvadvpn.ui.widget.AccountInput android:layout_width="match_parent"
+ <net.mullvad.mullvadvpn.ui.widget.AccountInput android:id="@+id/account_input"
+ android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_alignParentTop="true"
android:orientation="horizontal" />