|
10 | 10 | android:layout_width="match_parent" |
11 | 11 | android:layout_height="wrap_content"> |
12 | 12 |
|
13 | | -<!-- <TextView--> |
14 | | -<!-- android:id="@+id/intro"--> |
15 | | -<!-- android:layout_width="match_parent"--> |
16 | | -<!-- android:layout_height="wrap_content"--> |
17 | | -<!-- android:text="@string/attributes_intro"--> |
18 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
19 | | -<!-- app:layout_constraintTop_toBottomOf="parent"--> |
20 | | -<!-- />--> |
21 | | - |
22 | | -<!-- <TextView--> |
23 | | -<!-- android:id="@+id/attr1_key_hint"--> |
24 | | -<!-- android:layout_width="wrap_content"--> |
25 | | -<!-- android:layout_height="wrap_content"--> |
26 | | -<!-- android:text="@string/attribute_attr1_key"--> |
27 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
28 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/intro"--> |
29 | | -<!-- style="@style/TextViewStyle" />--> |
30 | | - |
31 | | -<!-- <com.google.android.material.textfield.TextInputLayout--> |
32 | | -<!-- android:id="@+id/attr1_key_input"--> |
33 | | -<!-- android:layout_width="match_parent"--> |
34 | | -<!-- android:layout_height="wrap_content"--> |
35 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
36 | | -<!-- app:layout_constraintEnd_toEndOf="parent"--> |
37 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr1_key_hint"--> |
38 | | -<!-- style="@style/TextInputLayoutStyle">--> |
39 | | - |
40 | | -<!-- <com.google.android.material.textfield.TextInputEditText--> |
41 | | -<!-- android:id="@+id/attr1_key_text"--> |
42 | | -<!-- android:layout_width="match_parent"--> |
43 | | -<!-- android:inputType="textPersonName"--> |
44 | | -<!-- tools:ignore="SpeakableTextPresentCheck"--> |
45 | | -<!-- style="@style/TextInputEditTextStyle" />--> |
46 | | -<!-- </com.google.android.material.textfield.TextInputLayout>--> |
47 | | - |
48 | | -<!-- <TextView--> |
49 | | -<!-- android:id="@+id/attr1_value_hint"--> |
50 | | -<!-- android:layout_width="wrap_content"--> |
51 | | -<!-- android:layout_height="wrap_content"--> |
52 | | -<!-- android:text="@string/attribute_attr1_value"--> |
53 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
54 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr1_key_input"--> |
55 | | -<!-- style="@style/TextViewStyle" />--> |
56 | | - |
57 | | -<!-- <com.google.android.material.textfield.TextInputLayout--> |
58 | | -<!-- android:id="@+id/attr1_value_input"--> |
59 | | -<!-- android:layout_width="match_parent"--> |
60 | | -<!-- android:layout_height="wrap_content"--> |
61 | | -<!-- app:layout_constraintEnd_toEndOf="parent"--> |
62 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
63 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr1_value_hint"--> |
64 | | -<!-- style="@style/TextInputLayoutStyle">--> |
65 | | - |
66 | | -<!-- <com.google.android.material.textfield.TextInputEditText--> |
67 | | -<!-- android:id="@+id/attr1_value_text"--> |
68 | | -<!-- android:layout_width="match_parent"--> |
69 | | -<!-- android:inputType="textPersonName"--> |
70 | | -<!-- tools:ignore="SpeakableTextPresentCheck"--> |
71 | | -<!-- style="@style/TextInputEditTextStyle" />--> |
72 | | -<!-- </com.google.android.material.textfield.TextInputLayout>--> |
73 | | - |
74 | | -<!-- <TextView--> |
75 | | -<!-- android:id="@+id/attr2_key_hint"--> |
76 | | -<!-- android:layout_width="wrap_content"--> |
77 | | -<!-- android:layout_height="wrap_content"--> |
78 | | -<!-- android:text="@string/attribute_attr2_key"--> |
79 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
80 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr1_value_input"--> |
81 | | -<!-- style="@style/TextViewStyle" />--> |
82 | | - |
83 | | -<!-- <com.google.android.material.textfield.TextInputLayout--> |
84 | | -<!-- android:id="@+id/attr2_key_input"--> |
85 | | -<!-- android:layout_width="match_parent"--> |
86 | | -<!-- android:layout_height="wrap_content"--> |
87 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
88 | | -<!-- app:layout_constraintEnd_toEndOf="parent"--> |
89 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr2_key_hint"--> |
90 | | -<!-- style="@style/TextInputLayoutStyle">--> |
91 | | - |
92 | | -<!-- <com.google.android.material.textfield.TextInputEditText--> |
93 | | -<!-- android:id="@+id/attr2_key_text"--> |
94 | | -<!-- android:layout_width="match_parent"--> |
95 | | -<!-- android:inputType="textPersonName"--> |
96 | | -<!-- tools:ignore="SpeakableTextPresentCheck"--> |
97 | | -<!-- style="@style/TextInputEditTextStyle" />--> |
98 | | -<!-- </com.google.android.material.textfield.TextInputLayout>--> |
99 | | - |
100 | | -<!-- <TextView--> |
101 | | -<!-- android:id="@+id/attr2_value_hint"--> |
102 | | -<!-- android:layout_width="wrap_content"--> |
103 | | -<!-- android:layout_height="wrap_content"--> |
104 | | -<!-- android:text="@string/attribute_attr2_value"--> |
105 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
106 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr2_key_input"--> |
107 | | -<!-- style="@style/TextViewStyle" />--> |
108 | | - |
109 | | -<!-- <com.google.android.material.textfield.TextInputLayout--> |
110 | | -<!-- android:id="@+id/attr2_value_input"--> |
111 | | -<!-- android:layout_width="match_parent"--> |
112 | | -<!-- android:layout_height="wrap_content"--> |
113 | | -<!-- app:layout_constraintEnd_toEndOf="parent"--> |
114 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
115 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/attr2_value_hint"--> |
116 | | -<!-- style="@style/TextInputLayoutStyle">--> |
117 | | - |
118 | | -<!-- <com.google.android.material.textfield.TextInputEditText--> |
119 | | -<!-- android:id="@+id/attr2_value_text"--> |
120 | | -<!-- android:layout_width="match_parent"--> |
121 | | -<!-- android:inputType="textPersonName"--> |
122 | | -<!-- tools:ignore="SpeakableTextPresentCheck"--> |
123 | | -<!-- style="@style/TextInputEditTextStyle" />--> |
124 | | -<!-- </com.google.android.material.textfield.TextInputLayout>--> |
| 13 | + <TextView |
| 14 | + android:id="@+id/intro" |
| 15 | + android:layout_width="match_parent" |
| 16 | + android:layout_height="wrap_content" |
| 17 | + android:text="@string/attributes_intro" |
| 18 | + app:layout_constraintStart_toStartOf="parent" |
| 19 | + app:layout_constraintTop_toTopOf="parent" |
| 20 | + style="@style/TextViewStyle" |
| 21 | + /> |
| 22 | + |
| 23 | + <TextView |
| 24 | + android:id="@+id/attr1_key_hint" |
| 25 | + android:layout_width="wrap_content" |
| 26 | + android:layout_height="wrap_content" |
| 27 | + android:text="@string/attribute_attr1_key" |
| 28 | + app:layout_constraintStart_toStartOf="parent" |
| 29 | + app:layout_constraintTop_toBottomOf="@+id/intro" |
| 30 | + style="@style/TextViewStyle" /> |
| 31 | + |
| 32 | + <com.google.android.material.textfield.TextInputLayout |
| 33 | + android:id="@+id/attr1_key_input" |
| 34 | + android:layout_width="match_parent" |
| 35 | + android:layout_height="wrap_content" |
| 36 | + app:layout_constraintStart_toStartOf="parent" |
| 37 | + app:layout_constraintEnd_toEndOf="parent" |
| 38 | + app:layout_constraintTop_toBottomOf="@+id/attr1_key_hint" |
| 39 | + style="@style/TextInputLayoutStyle"> |
| 40 | + |
| 41 | + <com.google.android.material.textfield.TextInputEditText |
| 42 | + android:id="@+id/attr1_key_text" |
| 43 | + android:layout_width="match_parent" |
| 44 | + android:inputType="textPersonName" |
| 45 | + tools:ignore="SpeakableTextPresentCheck" |
| 46 | + style="@style/TextInputEditTextStyle" /> |
| 47 | + </com.google.android.material.textfield.TextInputLayout> |
| 48 | + |
| 49 | + <TextView |
| 50 | + android:id="@+id/attr1_value_hint" |
| 51 | + android:layout_width="wrap_content" |
| 52 | + android:layout_height="wrap_content" |
| 53 | + android:text="@string/attribute_attr1_value" |
| 54 | + app:layout_constraintStart_toStartOf="parent" |
| 55 | + app:layout_constraintTop_toBottomOf="@+id/attr1_key_input" |
| 56 | + style="@style/TextViewStyle" /> |
| 57 | + |
| 58 | + <com.google.android.material.textfield.TextInputLayout |
| 59 | + android:id="@+id/attr1_value_input" |
| 60 | + android:layout_width="match_parent" |
| 61 | + android:layout_height="wrap_content" |
| 62 | + app:layout_constraintEnd_toEndOf="parent" |
| 63 | + app:layout_constraintStart_toStartOf="parent" |
| 64 | + app:layout_constraintTop_toBottomOf="@+id/attr1_value_hint" |
| 65 | + style="@style/TextInputLayoutStyle"> |
| 66 | + |
| 67 | + <com.google.android.material.textfield.TextInputEditText |
| 68 | + android:id="@+id/attr1_value_text" |
| 69 | + android:layout_width="match_parent" |
| 70 | + android:inputType="textPersonName" |
| 71 | + tools:ignore="SpeakableTextPresentCheck" |
| 72 | + style="@style/TextInputEditTextStyle" /> |
| 73 | + </com.google.android.material.textfield.TextInputLayout> |
| 74 | + |
| 75 | + <TextView |
| 76 | + android:id="@+id/attr2_key_hint" |
| 77 | + android:layout_width="wrap_content" |
| 78 | + android:layout_height="wrap_content" |
| 79 | + android:text="@string/attribute_attr2_key" |
| 80 | + app:layout_constraintStart_toStartOf="parent" |
| 81 | + app:layout_constraintTop_toBottomOf="@+id/attr1_value_input" |
| 82 | + style="@style/TextViewStyle" /> |
| 83 | + |
| 84 | + <com.google.android.material.textfield.TextInputLayout |
| 85 | + android:id="@+id/attr2_key_input" |
| 86 | + android:layout_width="match_parent" |
| 87 | + android:layout_height="wrap_content" |
| 88 | + app:layout_constraintStart_toStartOf="parent" |
| 89 | + app:layout_constraintEnd_toEndOf="parent" |
| 90 | + app:layout_constraintTop_toBottomOf="@+id/attr2_key_hint" |
| 91 | + style="@style/TextInputLayoutStyle"> |
| 92 | + |
| 93 | + <com.google.android.material.textfield.TextInputEditText |
| 94 | + android:id="@+id/attr2_key_text" |
| 95 | + android:layout_width="match_parent" |
| 96 | + android:inputType="textPersonName" |
| 97 | + tools:ignore="SpeakableTextPresentCheck" |
| 98 | + style="@style/TextInputEditTextStyle" /> |
| 99 | + </com.google.android.material.textfield.TextInputLayout> |
| 100 | + |
| 101 | + <TextView |
| 102 | + android:id="@+id/attr2_value_hint" |
| 103 | + android:layout_width="wrap_content" |
| 104 | + android:layout_height="wrap_content" |
| 105 | + android:text="@string/attribute_attr2_value" |
| 106 | + app:layout_constraintStart_toStartOf="parent" |
| 107 | + app:layout_constraintTop_toBottomOf="@+id/attr2_key_input" |
| 108 | + style="@style/TextViewStyle" /> |
| 109 | + |
| 110 | + <com.google.android.material.textfield.TextInputLayout |
| 111 | + android:id="@+id/attr2_value_input" |
| 112 | + android:layout_width="match_parent" |
| 113 | + android:layout_height="wrap_content" |
| 114 | + app:layout_constraintEnd_toEndOf="parent" |
| 115 | + app:layout_constraintStart_toStartOf="parent" |
| 116 | + app:layout_constraintTop_toBottomOf="@+id/attr2_value_hint" |
| 117 | + style="@style/TextInputLayoutStyle"> |
| 118 | + |
| 119 | + <com.google.android.material.textfield.TextInputEditText |
| 120 | + android:id="@+id/attr2_value_text" |
| 121 | + android:layout_width="match_parent" |
| 122 | + android:inputType="textPersonName" |
| 123 | + tools:ignore="SpeakableTextPresentCheck" |
| 124 | + style="@style/TextInputEditTextStyle" /> |
| 125 | + </com.google.android.material.textfield.TextInputLayout> |
125 | 126 |
|
126 | 127 | <Button |
127 | 128 | android:id="@+id/submit_attributes" |
128 | 129 | android:text="@string/submit_attributes" |
129 | 130 | android:layout_marginTop="@dimen/dimens_30dp" |
| 131 | + app:layout_constraintBottom_toBottomOf="parent" |
130 | 132 | app:layout_constraintEnd_toEndOf="parent" |
131 | 133 | app:layout_constraintStart_toStartOf="parent" |
132 | | - app:layout_constraintTop_toTopOf="parent" |
| 134 | + app:layout_constraintTop_toBottomOf="@+id/attr2_value_input" |
133 | 135 | style="@style/ActionButtonStyle" /> |
134 | 136 |
|
135 | 137 | </androidx.constraintlayout.widget.ConstraintLayout> |
|
0 commit comments