aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/password.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/password.xml')
-rw-r--r--src/main/res/layout/password.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/password.xml b/src/main/res/layout/password.xml
index 2037f3787..ed97898c3 100644
--- a/src/main/res/layout/password.xml
+++ b/src/main/res/layout/password.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:orientation="vertical">
<EditText
android:id="@+id/password"
@@ -17,5 +17,5 @@
android:layout_height="wrap_content"
android:hint="@string/confirm_password"
android:inputType="textPassword"
- android:visibility="gone"/>
+ android:visibility="gone" />
</LinearLayout> \ No newline at end of file