mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
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:
parent
bf7250e1cd
commit
79a585cf09
@ -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;
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user