diff --git a/app/src/main/java/app/fedilab/android/ui/drawer/StatusAdapter.java b/app/src/main/java/app/fedilab/android/ui/drawer/StatusAdapter.java index f4e12e22..b70d3f0d 100644 --- a/app/src/main/java/app/fedilab/android/ui/drawer/StatusAdapter.java +++ b/app/src/main/java/app/fedilab/android/ui/drawer/StatusAdapter.java @@ -508,7 +508,7 @@ public class StatusAdapter extends RecyclerView.Adapter int theme_text_header_1_line = -1; int theme_text_header_2_line = -1; int link_color = -1; - if (sharedpreferences.getBoolean("use_custom_theme", false)) { + /* if (sharedpreferences.getBoolean("use_custom_theme", false)) { //Getting custom colors theme_icons_color = sharedpreferences.getInt("theme_icons_color", -1); theme_statuses_color = sharedpreferences.getInt("theme_statuses_color", -1); @@ -519,7 +519,7 @@ public class StatusAdapter extends RecyclerView.Adapter theme_text_color = sharedpreferences.getInt("theme_text_color", -1); link_color = sharedpreferences.getInt("theme_link_color", -1); - } + }*/ if (currentAccount != null && currentAccount.api == Account.API.PLEROMA) { holder.binding.statusAddCustomEmoji.setVisibility(View.VISIBLE); holder.binding.statusEmoji.setVisibility(View.VISIBLE); diff --git a/app/src/main/res/drawable-anydpi-v24/ic_notification.xml b/app/src/main/res/drawable-anydpi-v24/ic_notification.xml index 9578a11c..d3b9a9fc 100644 --- a/app/src/main/res/drawable-anydpi-v24/ic_notification.xml +++ b/app/src/main/res/drawable-anydpi-v24/ic_notification.xml @@ -1,7 +1,7 @@ + app:cardElevation="5dp" + android:clipChildren="false" + app:strokeWidth="0dp">