mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Add minor card entry layout overhaul
This commit is contained in:
parent
499f930086
commit
3a85a05078
5 changed files with 26 additions and 26 deletions
|
@ -116,7 +116,7 @@ public class EntryHolder extends RecyclerView.ViewHolder {
|
|||
String profileIssuer = entry.getIssuer();
|
||||
String profileName = showAccountName ? entry.getName() : "";
|
||||
if (!profileIssuer.isEmpty() && !profileName.isEmpty()) {
|
||||
profileName = " - " + profileName;
|
||||
profileName = String.format(" (%s)", profileName);
|
||||
}
|
||||
_profileIssuer.setText(profileIssuer);
|
||||
_profileName.setText(profileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue