diff --git a/mastodon/src/main/res/drawable/ic_fluent_edit_20_regular.xml b/mastodon/src/main/res/drawable/ic_fluent_edit_20_regular.xml deleted file mode 100644 index 00f8ffc3d..000000000 --- a/mastodon/src/main/res/drawable/ic_fluent_edit_20_regular.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/mastodon/src/main/res/drawable/ic_fluent_history_20_regular.xml b/mastodon/src/main/res/drawable/ic_fluent_history_20_regular.xml new file mode 100644 index 000000000..197cab458 --- /dev/null +++ b/mastodon/src/main/res/drawable/ic_fluent_history_20_regular.xml @@ -0,0 +1,3 @@ + + + diff --git a/mastodon/src/main/res/layout/display_item_extended_footer.xml b/mastodon/src/main/res/layout/display_item_extended_footer.xml index 1472881cc..1babcb1a9 100644 --- a/mastodon/src/main/res/layout/display_item_extended_footer.xml +++ b/mastodon/src/main/res/layout/display_item_extended_footer.xml @@ -61,7 +61,7 @@ android:textColor="?android:textColorSecondary" android:background="@drawable/bg_text_button" android:fontFamily="sans-serif" - android:drawableStart="@drawable/ic_fluent_edit_20_regular" + android:drawableStart="@drawable/ic_fluent_history_20_regular" android:drawablePadding="8dp" android:drawableTint="?android:textColorSecondary" tools:text="Dec 12, 2021, 12:42 PM"/>