|
@@ -0,0 +1,133 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="80dp"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:weightSum="4"
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
|
+ android:layout_weight="1">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/txtCode1"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="@drawable/shape_eceff2_12"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:textColor="#0F172A"
|
|
|
|
+ android:textSize="28sp" />
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:id="@+id/view_1"
|
|
|
|
+ android:layout_width="2dp"
|
|
|
|
+ android:layout_height="30dp"
|
|
|
|
+ android:layout_centerInParent="true"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:background="@drawable/shape_80000000_20" />
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
|
+ android:layout_weight="1">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/txtCode2"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="@drawable/shape_eceff2_12"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:textColor="#0F172A"
|
|
|
|
+ android:textSize="28sp" />
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:id="@+id/view_2"
|
|
|
|
+ android:layout_width="2dp"
|
|
|
|
+ android:layout_height="30dp"
|
|
|
|
+ android:layout_centerInParent="true"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:background="@drawable/shape_80000000_20" />
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
|
+ android:layout_weight="1">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/txtCode3"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="@drawable/shape_eceff2_12"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:textColor="#0F172A"
|
|
|
|
+ android:textSize="28sp" />
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:id="@+id/view_3"
|
|
|
|
+ android:layout_width="2dp"
|
|
|
|
+ android:layout_height="30dp"
|
|
|
|
+ android:layout_centerInParent="true"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:background="@drawable/shape_80000000_20" />
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
|
+ android:layout_weight="1">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/txtCode4"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="@drawable/shape_eceff2_12"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:textColor="#0F172A"
|
|
|
|
+ android:textSize="28sp" />
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:id="@+id/view_4"
|
|
|
|
+ android:layout_width="2dp"
|
|
|
|
+ android:layout_height="30dp"
|
|
|
|
+ android:layout_centerInParent="true"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:background="@drawable/shape_80000000_20" />
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/editCode"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="80dp"
|
|
|
|
+ android:background="@android:color/transparent"
|
|
|
|
+ android:inputType="number"
|
|
|
|
+ android:textCursorDrawable="@drawable/cursor_color"
|
|
|
|
+ android:textScaleX="1"
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
+
|
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|