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/layout-sw600dp-land | |
| parent | 0f266fe79ee830eb74ba1ddbdfb457eae07d8ccd (diff) | |
reimport most material icons as uptodate vector resources
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml index 33b4ebba..e08e9a31 100644 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml @@ -56,7 +56,7 @@ android:layout_height="wrap_content" android:layout_gravity="end|bottom" android:visibility="gone" - android:src="@drawable/ic_refresh" + android:src="@drawable/baseline_refresh_24" android:layout_margin="16dp" /> </androidx.coordinatorlayout.widget.CoordinatorLayout> |