mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
make "+ add account" bold and tweak button color in dark mode
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
<color name="reaction_pill_text_color_selected">@color/reaction_pill_text_color</color>
|
||||
|
||||
<color name="action_mode_status_bar">@color/gray95</color>
|
||||
<color name="dummy_avatar_color">#808080</color>
|
||||
</resources>
|
||||
|
||||
@@ -75,8 +75,8 @@ public class AccountSelectionListItem extends LinearLayout {
|
||||
nameView.setTypeface(null, Typeface.BOLD);
|
||||
checkbox.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
addrView.setTypeface(null, 0);
|
||||
nameView.setTypeface(null, 0);
|
||||
addrView.setTypeface(null, Typeface.NORMAL);
|
||||
nameView.setTypeface(null, accountId == DcContact.DC_CONTACT_ID_ADD_ACCOUNT? Typeface.BOLD : Typeface.NORMAL);
|
||||
checkbox.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user