|
24 | 24 | android:layout_width="wrap_content" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:layout_marginStart="6dp" |
27 | | - android:text="@string/tx" /> |
| 27 | + android:text="@string/tx" |
| 28 | + android:labelFor="@+id/textArea"/> |
28 | 29 |
|
29 | 30 | <EditText |
30 | 31 | android:id="@+id/textArea" |
31 | 32 | android:layout_width="match_parent" |
32 | 33 | android:layout_height="wrap_content" |
33 | 34 | android:ems="10" |
| 35 | + android:importantForAutofill="no" |
34 | 36 | android:inputType="textMultiLine|textPersonName" |
35 | 37 | android:maxLines="255" |
36 | 38 | android:minHeight="48dp" |
37 | 39 | android:singleLine="false" |
38 | | - tools:ignore="SpeakableTextPresentCheck" |
| 40 | + tools:ignore="SpeakableTextPresentCheck,DuplicateSpeakableTextCheck" |
39 | 41 | tools:layout_marginEnd="6dp" |
40 | | - tools:layout_marginStart="6dp"/> |
| 42 | + tools:layout_marginStart="6dp" /> |
41 | 43 |
|
42 | 44 | <LinearLayout |
43 | 45 | android:layout_width="match_parent" |
|
51 | 53 | android:layout_width="wrap_content" |
52 | 54 | android:layout_height="wrap_content" |
53 | 55 | android:text="@string/clt" |
| 56 | + tools:ignore="TextContrastCheck" |
54 | 57 | tools:layout_marginEnd="9dp" |
55 | 58 | tools:layout_marginStart="9dp" /> |
56 | 59 |
|
|
179 | 182 | android:layout_marginStart="6dp" |
180 | 183 | android:layout_marginEnd="6dp" |
181 | 184 | android:clickable="true" |
| 185 | + android:contentDescription="@string/sharedesc" |
182 | 186 | app:srcCompat="@android:drawable/ic_menu_share" |
183 | | - tools:ignore="SpeakableTextPresentCheck" /> |
| 187 | + tools:ignore="SpeakableTextPresentCheck" |
| 188 | + android:focusable="true" /> |
184 | 189 |
|
185 | 190 | <ImageView |
186 | 191 | android:id="@+id/imageView" |
187 | 192 | android:layout_width="match_parent" |
188 | 193 | android:layout_height="wrap_content" |
189 | 194 | android:layout_marginTop="7dp" |
190 | | - tools:srcCompat="@tools:sample/avatars" |
191 | 195 | tools:layout_marginEnd="6dp" |
192 | | - tools:layout_marginStart="6dp"/> |
| 196 | + tools:layout_marginStart="6dp" |
| 197 | + tools:srcCompat="@drawable/ic_launcher_foreground" |
| 198 | + android:contentDescription="@string/qrloc"/> |
193 | 199 |
|
194 | 200 | <TextView |
195 | 201 | android:id="@+id/copyr" |
|
0 commit comments