From a168a0226b129bcc50807822d554082b23348b1c Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 25 Sep 2023 11:10:37 -0300 Subject: [PATCH] fix(recycler-empty-view): make the textViews in the empty views follow the color themes --- .../android/fragments/MastodonRecyclerFragment.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 f96cbb453..46feffaf8 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/MastodonRecyclerFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/MastodonRecyclerFragment.java @@ -2,6 +2,10 @@ package org.joinmastodon.android.fragments; import android.os.Bundle; import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; +import android.widget.LinearLayout; +import android.widget.TextView; import android.widget.Toolbar; import org.joinmastodon.android.R; @@ -43,6 +47,14 @@ public abstract class MastodonRecyclerFragment extends BaseRecyclerFragment