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 | |
| parent | 0f266fe79ee830eb74ba1ddbdfb457eae07d8ccd (diff) | |
reimport most material icons as uptodate vector resources
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
11 files changed, 16 insertions, 14 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_detail_phone.xml b/org.fox.ttrss/src/main/res/layout/activity_detail_phone.xml index 1edd3bea..331164e0 100644 --- a/org.fox.ttrss/src/main/res/layout/activity_detail_phone.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_detail_phone.xml @@ -17,7 +17,7 @@ android:visibility="gone" app:tint="@android:color/white" app:backgroundTint="?colorAccent" - android:src="@drawable/ic_action_web_site" + android:src="@drawable/baseline_open_in_browser_24" android:layout_margin="16dp" /> <com.google.android.material.appbar.AppBarLayout diff --git a/org.fox.ttrss/src/main/res/layout/activity_gallery.xml b/org.fox.ttrss/src/main/res/layout/activity_gallery.xml index 7f47de50..9770c4c8 100644 --- a/org.fox.ttrss/src/main/res/layout/activity_gallery.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_gallery.xml @@ -1,4 +1,5 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" android:fitsSystemWindows="true" android:id="@+id/article_images" android:layout_width="fill_parent" @@ -19,11 +20,11 @@ android:layout_height="26dp" android:layout_weight="0" android:background="@drawable/ripple" - android:src="@drawable/ic_dots_vertical_circle" + android:src="?ic_dots_vertical_circle" android:layout_alignParentRight="true" - android:tint="?colorAccent" android:layout_marginRight="8dp" - android:layout_marginTop="@dimen/activity_vertical_margin" /> + android:layout_marginTop="@dimen/activity_vertical_margin" + app:tint="?colorAccent" /> <ProgressBar style="?android:attr/progressBarStyleHorizontal" diff --git a/org.fox.ttrss/src/main/res/layout/activity_master_phone.xml b/org.fox.ttrss/src/main/res/layout/activity_master_phone.xml index afbddd08..de594e33 100644 --- a/org.fox.ttrss/src/main/res/layout/activity_master_phone.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_master_phone.xml @@ -15,7 +15,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" app:tint="@android:color/white" app:backgroundTint="?colorAccent" android:layout_margin="16dp" /> diff --git a/org.fox.ttrss/src/main/res/layout/drawer_divider.xml b/org.fox.ttrss/src/main/res/layout/drawer_divider.xml index d47c3b5b..a242164d 100644 --- a/org.fox.ttrss/src/main/res/layout/drawer_divider.xml +++ b/org.fox.ttrss/src/main/res/layout/drawer_divider.xml @@ -9,6 +9,6 @@ android:layout_marginTop="10dp" android:layout_width="match_parent" android:layout_height="1dp" - android:background="?headlineFooterColor"/> + android:background="?colorPrimary"/> </FrameLayout>
\ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/drawer_header.xml b/org.fox.ttrss/src/main/res/layout/drawer_header.xml index d9a9cb0b..6d6e6ffe 100755 --- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml +++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml @@ -16,7 +16,7 @@ style="?attr/materialIconButtonStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:icon="@drawable/ic_settings" + app:icon="@drawable/baseline_settings_24" android:id="@+id/drawer_settings_btn" android:layout_gravity="center_vertical|end" android:layout_marginEnd="8dp" diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row.xml b/org.fox.ttrss/src/main/res/layout/feeds_row.xml index cfdc284d..97235dd1 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml @@ -22,6 +22,7 @@ android:layout_height="21dp" android:layout_weight="0" android:scaleType="fitXY" + app:tint="?colorOnPrimaryContainer" android:src="?ic_rss_box" /> <TextView diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml index a3d66851..fb6cc91b 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml @@ -28,6 +28,7 @@ android:layout_height="21dp" android:layout_weight="0" android:scaleType="fitXY" + app:tint="?colorOnPrimaryContainer" android:src="?ic_rss_box" /> <TextView diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_toggle.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_toggle.xml index 53947a04..15f88849 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row_toggle.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_toggle.xml @@ -21,6 +21,7 @@ android:layout_height="21dp" android:layout_weight="0" android:scaleType="fitXY" + app:tint="?colorOnPrimaryContainer" android:src="?ic_rss_box" /> <TextView diff --git a/org.fox.ttrss/src/main/res/layout/headlines_footer.xml b/org.fox.ttrss/src/main/res/layout/headlines_footer.xml index a734a294..b4d52fd5 100644 --- a/org.fox.ttrss/src/main/res/layout/headlines_footer.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_footer.xml @@ -11,6 +11,6 @@ android:layout_marginBottom="10dp" android:layout_width="128dp" android:layout_height="1dp" - android:background="?headlineFooterColor"/> + android:background="?colorPrimary"/> </FrameLayout>
\ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml index 89302cfb..d0c2ce2d 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -67,7 +67,6 @@ android:adjustViewBounds="true" android:background="@null" android:cropToPadding="true" - android:src="@drawable/drawer_header" android:scaleType="fitCenter" android:visibility="gone" android:layout_alignBottom="@+id/flavor_image" @@ -143,7 +142,7 @@ android:layout_height="wrap_content" android:layout_gravity="start|bottom" android:scaleType="fitXY" - android:src="@drawable/ic_play_circle" + android:src="@drawable/baseline_play_circle_24" android:visibility="visible" android:layout_below="@+id/headline_header" android:layout_alignParentRight="true" @@ -162,7 +161,7 @@ android:background="@drawable/ripple" android:paddingLeft="4dp" android:paddingRight="4dp" - android:src="@drawable/ic_dots_vertical_circle" + android:src="@drawable/baseline_more_vert_24" android:layout_gravity="bottom|end" android:elevation="4dp" app:tint="?colorAccent" diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml index ffeadb7a..6fc4fc0c 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml @@ -68,7 +68,6 @@ android:adjustViewBounds="true" android:background="@null" android:cropToPadding="true" - android:src="@drawable/drawer_header" android:scaleType="fitCenter" android:visibility="gone" android:layout_alignBottom="@+id/flavor_image" @@ -145,7 +144,7 @@ android:layout_height="wrap_content" android:layout_gravity="start|bottom" android:scaleType="fitXY" - android:src="@drawable/ic_play_circle" + android:src="@drawable/baseline_play_circle_24" android:visibility="visible" android:layout_below="@+id/headline_header" android:layout_alignParentRight="true" @@ -164,7 +163,7 @@ android:background="@drawable/ripple" android:paddingLeft="4dp" android:paddingRight="4dp" - android:src="@drawable/ic_dots_vertical_circle" + android:src="@drawable/baseline_more_vert_24" android:layout_gravity="bottom|end" android:elevation="4dp" app:tint="?colorAccent" |