mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Revert "Revert "Revert "Set item group text color to workaround an Android bug"""
This reverts commit 814969b289.
This commit is contained in:
@@ -217,9 +217,6 @@ public class FragmentFolders extends FragmentBase {
|
||||
}
|
||||
|
||||
if (unified) {
|
||||
int textColorSecondary = Helper.resolveColor(getContext(), android.R.attr.textColorSecondary);
|
||||
int textColorTertiary = Helper.resolveColor(getContext(), android.R.attr.textColorTertiary);
|
||||
|
||||
DividerItemDecoration categoryDecorator = new DividerItemDecoration(getContext(), llm.getOrientation()) {
|
||||
@Override
|
||||
public void onDraw(@NonNull Canvas canvas, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) {
|
||||
@@ -271,9 +268,6 @@ public class FragmentFolders extends FragmentBase {
|
||||
TextView tvCategory = header.findViewById(R.id.tvCategory);
|
||||
TextView tvDate = header.findViewById(R.id.tvDate);
|
||||
|
||||
tvCategory.setTextColor(textColorSecondary);
|
||||
tvDate.setTextColor(textColorTertiary);
|
||||
|
||||
if (cards) {
|
||||
View vSeparator = header.findViewById(R.id.vSeparator);
|
||||
vSeparator.setVisibility(View.GONE);
|
||||
|
||||
Reference in New Issue
Block a user