mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +02:00
Added thin color stripe
This commit is contained in:
@@ -8449,8 +8449,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
this.unmetered = state.isUnmetered();
|
||||
|
||||
this.colorCardBackground = Helper.resolveColor(context, R.attr.colorCardBackground);
|
||||
boolean color_stripe_wide = prefs.getBoolean("color_stripe_wide", false);
|
||||
this.colorStripeWidth = Helper.dp2pixels(context, color_stripe_wide ? 12 : 6);
|
||||
int account_color_size = prefs.getInt("account_color_size", 6);
|
||||
this.colorStripeWidth = Helper.dp2pixels(context, account_color_size);
|
||||
this.colorAccent = Helper.resolveColor(context, androidx.appcompat.R.attr.colorAccent);
|
||||
this.textColorPrimary = Helper.resolveColor(context, android.R.attr.textColorPrimary);
|
||||
this.textColorPrimaryInverse = Helper.resolveColor(context, android.R.attr.textColorPrimaryInverse);
|
||||
|
||||
Reference in New Issue
Block a user