diff options
author | Arne Schwabe <arne@rfc2549.org> | 2022-08-21 20:49:07 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2022-08-21 22:59:08 +0200 |
commit | ffa1cca8544a224eef7fb89dc8dd3bef9ecc8e5c (patch) | |
tree | 78fdb57d4c49bce3a79825e65cba8c06d46c6af3 /main/src/ui/res/menu | |
parent | 017b3f39c2368a41012c0c6a1f000858b305b1d3 (diff) |
Replace system standard bitmap drawables with vector drawables
Diffstat (limited to 'main/src/ui/res/menu')
-rw-r--r-- | main/src/ui/res/menu/allowed_apps.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/res/menu/allowed_apps.xml b/main/src/ui/res/menu/allowed_apps.xml index f357be69..7ef113c4 100644 --- a/main/src/ui/res/menu/allowed_apps.xml +++ b/main/src/ui/res/menu/allowed_apps.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/app_search_widget" - android:icon="@drawable/ic_search_white_24dp" + android:icon="@drawable/ic_search" app:showAsAction="always" android:title="@string/Search" app:actionViewClass="androidx.appcompat.widget.SearchView" /> |