Update settings layout

This commit is contained in:
Alessandro Ferro 2022-10-25 10:53:50 +02:00
parent 7f9ce69a4c
commit ebf823d690
1 changed files with 28 additions and 28 deletions

View File

@ -14,34 +14,6 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textStyle="bold"
android:textSize="17sp"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:text="Password" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:text="Choose a Password" />
<Button
android:id="@+id/buttonEnterPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:text="Enter Password"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?android:attr/listDivider" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -71,6 +43,34 @@
android:layout_height="1dp"
android:background="?android:attr/listDivider" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textStyle="bold"
android:textSize="17sp"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:text="Password" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:text="Choose a Password" />
<Button
android:id="@+id/buttonEnterPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:text="Enter Password"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?android:attr/listDivider" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"