|
|
@@ -5,7 +5,7 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/colorAccent">
|
|
|
+ android:background="@color/darkGrey">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -21,6 +21,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="30dp"
|
|
|
android:layout_centerInParent="true"
|
|
|
+ android:textColor="@color/black"
|
|
|
tools:text="@string/sign_up_register_pin_title"
|
|
|
android:textAlignment="center"
|
|
|
/>
|
|
|
@@ -32,6 +33,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
|
+ android:textColor="@color/black"
|
|
|
tools:text="@string/sign_up_register_pin"
|
|
|
android:textAlignment="center"
|
|
|
/>
|
|
|
@@ -49,29 +51,37 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_pin_code1"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
android:src="@drawable/circle_empty"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_pin_code2"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
android:src="@drawable/circle_empty"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_pin_code3"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
android:src="@drawable/circle_empty"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_pin_code4"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
android:src="@drawable/circle_empty"
|
|
|
/>
|
|
|
|