2017-11-08 20:20:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-13 19:52:55 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/container_zero"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="54dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="@drawable/labeled_edit_text_background_inactive">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/code_zero"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="28dp"
|
|
|
|
tools:text="1" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/container_one"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="54dp"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="@drawable/labeled_edit_text_background_inactive">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/code_one"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="28dp"
|
|
|
|
tools:text="2" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/container_two"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="54dp"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="@drawable/labeled_edit_text_background_inactive">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/code_two"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="28dp"
|
|
|
|
tools:text="2" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/separator_container"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/separator"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="-"
|
|
|
|
android:textSize="28dp" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/container_three"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="54dp"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="@drawable/labeled_edit_text_background_inactive">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/code_three"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="28dp"
|
|
|
|
tools:text="2" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/container_four"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="54dp"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="@drawable/labeled_edit_text_background_inactive">
|
2017-11-08 20:20:11 +00:00
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/code_four"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="28dp"
|
|
|
|
tools:text="2" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2019-02-13 19:52:55 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/container_five"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="54dp"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="@drawable/labeled_edit_text_background_inactive">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/code_five"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textSize="28dp"
|
|
|
|
android:gravity="center"
|
|
|
|
tools:text="2" />
|
2017-11-08 20:20:11 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|