mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
Merge pull request #1337 from diddypod/delete-request
Improve nominate for deletion feature
This commit is contained in:
commit
1bede8f729
8 changed files with 217 additions and 101 deletions
|
|
@ -15,7 +15,10 @@
|
|||
<color name="primaryTextColor">#ffffff</color>
|
||||
<color name="secondaryTextColor">#000000</color>
|
||||
|
||||
<color name="deleteTextColor">#d50000</color>
|
||||
<color name="deleteRed">#90960a0a</color>
|
||||
<color name="deleteButton">#44000000</color>
|
||||
<color name="deleteButtonDark">#88000000</color>
|
||||
<color name="deleteButtonLight">#44ffffff</color>
|
||||
|
||||
<!-- Some colours are same for dark/light themes. They are written two times in case
|
||||
we want to change light ones later.
|
||||
|
|
|
|||
|
|
@ -233,6 +233,8 @@
|
|||
<string name="no_web_browser">No web browser found to open URL</string>
|
||||
<string name="null_url">Error! URL not found</string>
|
||||
<string name="nominate_deletion">Nominate for Deletion</string>
|
||||
<string name="nominated_for_deletion">This image has been nominated for deletion.</string>
|
||||
<string name="nominated_see_more"><u>See webpage for details</u></string>
|
||||
<string name="view_browser">View in Browser</string>
|
||||
|
||||
<string name="nearby_location_has_not_changed">Location has not changed.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue