Archived
95 lines
3.8 KiB
XML
95 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<androidx.appcompat.widget.LinearLayoutCompat 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="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
|
||
|
|
|
||
|
|
<com.google.android.material.bottomsheet.BottomSheetDragHandleView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/text_header"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textSize="22sp"
|
||
|
|
android:fontFamily="@font/lato_bolditalic"
|
||
|
|
android:paddingHorizontal="24dp"
|
||
|
|
android:layout_marginBottom="8dp"
|
||
|
|
android:text="@string/sheet_cheat_header"/>
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:scrollbars="horizontal">
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:maxLength="1"
|
||
|
|
android:id="@+id/input_0"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginEnd="2dp"/>
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:maxLength="1"
|
||
|
|
android:id="@+id/input_1"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="2dp"
|
||
|
|
android:layout_marginEnd="2dp"/>
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:maxLength="1"
|
||
|
|
android:id="@+id/input_2"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="2dp"
|
||
|
|
android:layout_marginEnd="2dp"/>
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:maxLength="1"
|
||
|
|
android:id="@+id/input_3"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="2dp"
|
||
|
|
android:layout_marginEnd="2dp"/>
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:maxLength="1"
|
||
|
|
android:id="@+id/input_4"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="2dp"
|
||
|
|
android:layout_marginEnd="2dp"/>
|
||
|
|
|
||
|
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
|
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||
|
|
android:maxLines="1"
|
||
|
|
android:maxLength="1"
|
||
|
|
android:id="@+id/input_5"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="2dp"/>
|
||
|
|
|
||
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
||
|
|
|
||
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|