Loading app/src/main/java/app/fedilab/android/ui/drawer/StatusAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -508,7 +508,7 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> 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); Loading @@ -519,7 +519,7 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> 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); Loading app/src/main/res/drawable-anydpi-v24/ic_notification.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <group Loading app/src/main/res/drawable/ic_baseline_account_circle_24.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path Loading app/src/main/res/drawable/ic_baseline_audiotrack_24.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path Loading app/src/main/res/drawable/ic_baseline_cached_24.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path Loading Loading
app/src/main/java/app/fedilab/android/ui/drawer/StatusAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -508,7 +508,7 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> 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); Loading @@ -519,7 +519,7 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> 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); Loading
app/src/main/res/drawable-anydpi-v24/ic_notification.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <group Loading
app/src/main/res/drawable/ic_baseline_account_circle_24.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path Loading
app/src/main/res/drawable/ic_baseline_audiotrack_24.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path Loading
app/src/main/res/drawable/ic_baseline_cached_24.xml +1 −1 Original line number Diff line number Diff line <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="#FFFFFF" android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path Loading