mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-15 22:42:51 +00:00
Various fixes
This commit is contained in:
parent
5eb2af0512
commit
ed829d004b
4 changed files with 6 additions and 6 deletions
|
@ -92,7 +92,7 @@ public class KeyProfileAdapter extends RecyclerView.Adapter<KeyProfileAdapter.Ke
|
|||
// generate color based on a key (same key returns the same color), useful for list/grid views
|
||||
int profileKeyColor = generator.getColor(profile.Name);
|
||||
|
||||
TextDrawable newDrawable = TextDrawable.builder().buildRound(profile.Name.substring(0, 1), profileKeyColor);
|
||||
TextDrawable newDrawable = TextDrawable.builder().buildRound(profile.Name.substring(0, 1).toUpperCase(), profileKeyColor);
|
||||
return newDrawable;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue