| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/CFFFFFF"
- android:orientation="vertical"
- android:paddingTop="20dp"
- android:paddingBottom="19dp"
- >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentStart="true"
- android:layout_alignParentTop="true"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="72dp"
- android:gravity="end"
- android:paddingStart="16dp"
- android:paddingEnd="16dp">
- <ImageView
- android:id="@+id/image_close"
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:padding="11dp"
- app:srcCompat="@drawable/icon_header_close"/>
- </LinearLayout>
- <TextView
- android:id="@+id/text_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="7sp"
- android:text="@string/sign_up_register_pin_title"
- android:textAlignment="center"
- android:textColor="#000000"
- android:textSize="17sp"
- />
- <Space
- android:layout_width="match_parent"
- android:layout_height="12dp"/>
- <TextView
- android:id="@+id/text_guide"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="5sp"
- android:text="@string/sign_up_register_pin"
- android:textAlignment="center"
- android:textColor="@color/C999999"
- android:textSize="14sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="35dp"
- android:gravity="center"
- android:orientation="horizontal"
- >
- <ImageView
- android:id="@+id/image_pin_code1"
- android:layout_width="10dp"
- android:layout_height="10dp"
- android:layout_marginStart="12dp"
- android:layout_marginEnd="12dp"
- android:src="@drawable/circle_ce5e5e5"
- />
- <ImageView
- android:id="@+id/image_pin_code2"
- android:layout_width="10dp"
- android:layout_height="10dp"
- android:layout_marginStart="12dp"
- android:layout_marginEnd="12dp"
- android:src="@drawable/circle_ce5e5e5"
- />
- <ImageView
- android:id="@+id/image_pin_code3"
- android:layout_width="10dp"
- android:layout_height="10dp"
- android:layout_marginStart="12dp"
- android:layout_marginEnd="12dp"
- android:src="@drawable/circle_ce5e5e5"
- />
- <ImageView
- android:id="@+id/image_pin_code4"
- android:layout_width="10dp"
- android:layout_height="10dp"
- android:layout_marginStart="12dp"
- android:layout_marginEnd="12dp"
- android:src="@drawable/circle_ce5e5e5"
- />
- </LinearLayout>
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingStart="16dp"
- android:paddingEnd="16dp">
- <TextView
- android:id="@+id/button_sign_up_pin_code_reset"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_marginEnd="2dp"
- android:lineSpacingExtra="3sp"
- android:padding="6dp"
- android:text="@string/pin_code_reset_underline"
- android:textColor="@color/C666666"
- android:textSize="12sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="18dp"
- android:orientation="vertical">
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="#ebebeb"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/CFFFFFF"
- android:orientation="vertical"
- android:paddingTop="18dp"
- >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/CFFFFFF"
- android:gravity="center"
- android:orientation="horizontal"
- >
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- <Button
- android:id="@+id/button_0"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_1"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_2"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/CFFFFFF"
- android:gravity="center"
- android:orientation="horizontal"
- >
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- <Button
- android:id="@+id/button_3"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_4"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_5"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/CFFFFFF"
- android:gravity="center"
- android:orientation="horizontal"
- >
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- <Button
- android:id="@+id/button_6"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_7"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_8"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/CFFFFFF"
- android:gravity="center"
- android:orientation="horizontal"
- >
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- <Button
- android:id="@+id/button_shuffle"
- style="@style/PinButton"
- android:text="@string/sign_up_shuffle"
- android:textSize="14sp"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <Button
- android:id="@+id/button_9"
- style="@style/PinButton"
- tools:text="2"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- />
- <ImageButton
- android:id="@+id/button_delete"
- style="@style/PinButton"
- android:scaleType="center"
- app:srcCompat="@drawable/icon_keypad_delete"
- />
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|