diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-09 12:12:03 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-09 12:12:03 +0300 |
| commit | d720a53e0b94ce2872fd4141e3f044ff7ec4baab (patch) | |
| tree | 0e9ba206f2a0fae00373ce6591f36ad55e1f3836 /org.fox.ttrss/src/main/res/menu/activity_logcat.xml | |
| parent | be2aec246a4d096cf6ee36353ddf84cea59da448 (diff) | |
| parent | 961104e4426ac48aa390915f118be6f6ff0387ce (diff) | |
Merge branch 'protected/spring-cleaning' into 'master'
Protected/spring cleaning
See merge request tt-rss/tt-rss-android!29
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 | 6 |
1 files changed, 4 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..66734665 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,15 @@ <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:iconTint="?attr/colorControlNormal" 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:iconTint="?attr/colorControlNormal" app:showAsAction="ifRoom" android:title="@string/logcat_copy"/> |