diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 21:51:19 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 21:51:19 +0300 |
| commit | 2ee7833ca1b401b76a04c88820589ddd527de09b (patch) | |
| tree | 46c8c3c7cbc0fada392802404ee6cc0ab90c8f97 /org.fox.ttrss/src/main/res/menu/activity_logcat.xml | |
| parent | 0f266fe79ee830eb74ba1ddbdfb457eae07d8ccd (diff) | |
reimport most material icons as uptodate vector resources
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/activity_logcat.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/menu/activity_logcat.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/activity_logcat.xml b/org.fox.ttrss/src/main/res/menu/activity_logcat.xml index 52ee9b26..1241f72f 100755 --- a/org.fox.ttrss/src/main/res/menu/activity_logcat.xml +++ b/org.fox.ttrss/src/main/res/menu/activity_logcat.xml @@ -2,13 +2,13 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/logcat_refresh" - android:icon="@drawable/ic_refresh" + android:icon="@drawable/baseline_refresh_24" app:showAsAction="ifRoom" android:title="@string/logcat_refresh"/> <item android:id="@+id/logcat_copy" - android:icon="@drawable/ic_content_copy" + android:icon="@drawable/baseline_content_copy_24" app:showAsAction="ifRoom" android:title="@string/logcat_copy"/> |