Skip to content

Commit aaaa1b8

Browse files
feat(search): Add close icon to app drawer search view
A close icon (`ic_close`) has been added to the `SearchView` in the app drawer fragment layout. This provides a visual cue for users to clear the search query.
1 parent e22d08b commit aaaa1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/fragment_app_drawer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
android:imeOptions="actionSearch"
3030
android:paddingHorizontal="0dp"
3131
android:paddingVertical="0dp"
32+
app:closeIcon="@drawable/ic_close"
3233
app:iconifiedByDefault="false"
3334
app:queryBackground="@null"
3435
app:queryHint="___"

0 commit comments

Comments
 (0)