From 23843e9002e94b4e71d18e239220b69b4e505f24 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Fri, 29 Sep 2023 16:22:56 -0300 Subject: [PATCH] fix: use built-in appkit empty view styles entry and remove hack to apply colors to the empty view texts --- .../android/fragments/MastodonRecyclerFragment.java | 13 ++----------- mastodon/src/main/res/values/styles.xml | 6 ++++++ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/MastodonRecyclerFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/MastodonRecyclerFragment.java index 1710d2c22..24521f759 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/MastodonRecyclerFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/MastodonRecyclerFragment.java @@ -40,19 +40,10 @@ public abstract class MastodonRecyclerFragment extends BaseRecyclerFragment?colorM3OnSurface ?colorM3OnSurface ?colorM3OnSurfaceVariant + @style/empty_text + + \ No newline at end of file