We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbd30e commit a2c3c6fCopy full SHA for a2c3c6f
app/src/main/res/layout/search_field.xml
@@ -19,7 +19,9 @@
19
android:layout_width="0dp"
20
android:layout_height="match_parent"
21
android:autofillHints="0"
22
- tools:ignore="UnusedAttribute" />
+ tools:ignore="UnusedAttribute">
23
+ <requestFocus/>
24
+ </EditText>
25
<ImageButton
26
android:id="@+id/clear_button"
27
android:background="?attr/selectableItemBackground"
0 commit comments