Change "Private" Color & Change "Edited" String.

Previously it said "( edited )", now it says "• edited".

Before Forked / Private labels were hard to distinguish. Private is now
grey instead of purple to make it easer.
This commit is contained in:
Jedi Burrell 2017-05-14 21:01:09 -04:00
parent bf7250e1cd
commit 79a585cf09
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public class ReposViewHolder extends BaseViewHolder<Repo> {
@BindString(R.string.forked) String forked;
@BindString(R.string.private_repo) String privateRepo;
@BindColor(R.color.material_indigo_700) int forkColor;
@BindColor(R.color.material_deep_purple_700) int privateColor;
@BindColor(R.color.material_grey_700) int privateColor;
private boolean isStarred;
private boolean withImage;

View File

@ -222,7 +222,7 @@
<string name="switch_branch">Switch branch</string>
<string name="assignees">Assignees</string>
<string name="edit">Edit</string>
<string name="edited">( edited )</string>
<string name="edited">\u2022 edited</string>
<string name="update_issue">Update Issue</string>
<string name="update_pull_request">Update Pull Request</string>
<string name="no_milestones">No milestones</string>