11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <TextView xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
5+ android : id =" @+id/itemText"
6+ style =" @style/Theme.BedrockRMobile"
57 android : layout_width =" match_parent"
68 android : layout_height =" 48dp"
7- android : layout_margin =" 2dp"
89 android : background =" @color/background"
910 android : clickable =" false"
11+ android : contextClickable =" false"
12+ android : ems =" 10"
1013 android : filterTouchesWhenObscured =" false"
11- android : touchscreenBlocksFocus =" false" >
12-
13- <TextView
14- android : id =" @+id/itemText"
15- style =" @style/Theme.BedrockRMobile"
16- android : layout_width =" 0dp"
17- android : layout_height =" wrap_content"
18- android : layout_marginStart =" 8dp"
19- android : layout_marginTop =" 8dp"
20- android : layout_marginEnd =" 8dp"
21- android : layout_marginBottom =" 8dp"
22- android : clickable =" false"
23- android : contextClickable =" false"
24- android : ems =" 10"
25- android : filterTouchesWhenObscured =" false"
26- android : focusableInTouchMode =" false"
27- android : inputType =" text"
28- android : text =" @string/acknowledge"
29- android : textAlignment =" viewStart"
30- android : textSize =" 14sp"
31- android : visibility =" visible"
32- app : layout_constraintBottom_toBottomOf =" parent"
33- app : layout_constraintEnd_toEndOf =" parent"
34- app : layout_constraintStart_toStartOf =" parent"
35- app : layout_constraintTop_toTopOf =" parent"
36- tools : ignore =" TouchTargetSizeCheck" />
37- </androidx .constraintlayout.widget.ConstraintLayout>
14+ android : focusableInTouchMode =" false"
15+ android : gravity =" center"
16+ android : padding =" 3dp"
17+ android : text =" @string/acknowledge"
18+ android : textAlignment =" viewStart"
19+ android : textSize =" 14sp"
20+ android : visibility =" visible"
21+ app : layout_constraintStart_toStartOf =" parent"
22+ app : layout_constraintTop_toTopOf =" parent"
23+ tools : ignore =" TouchTargetSizeCheck" />
0 commit comments