Commit 4579c5e
committed
fix(UI): Adjust App Drawer search bar layout
The `layout_marginEnd` has been removed from the search bar's parent `LinearLayout`, and the `FontSearchView`'s `layout_width` has been changed from `0dp` to `wrap_content`. This prevents the search view from taking up the full width, resolving an issue where the clear button could overlap with other UI elements.1 parent 43144ff commit 4579c5e
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments