mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
* Fixes #814 Added App Shortcuts * removed Review app shortcut * Added Adaptive icons
This commit is contained in:
parent
fffff62f5c
commit
584fa2c778
49 changed files with 157 additions and 0 deletions
4
app/src/main/res/values/ic_explore_background.xml
Normal file
4
app/src/main/res/values/ic_explore_background.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_explore_background">#FFFFFF</color>
|
||||
</resources>
|
||||
4
app/src/main/res/values/ic_filled_star_background.xml
Normal file
4
app/src/main/res/values/ic_filled_star_background.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_filled_star_background">#FFFFFF</color>
|
||||
</resources>
|
||||
4
app/src/main/res/values/ic_settings_black_background.xml
Normal file
4
app/src/main/res/values/ic_settings_black_background.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_settings_black_background">#FFFFFF</color>
|
||||
</resources>
|
||||
|
|
@ -591,6 +591,9 @@ Upload your first media by tapping on the add button.</string>
|
|||
|
||||
<string name="upload_nearby_place_found_title">Nearby Place Found</string>
|
||||
<string name="upload_nearby_place_found_description">Is this a photo of Place %1$s?</string>
|
||||
<string name="title_app_shortcut_explore">Explore</string>
|
||||
<string name="title_app_shortcut_bookmark">Bookmarks</string>
|
||||
<string name="title_app_shortcut_setting">Settings</string>
|
||||
<string name="remove_bookmark">Removed from bookmarks</string>
|
||||
<string name="add_bookmark">Added to bookmarks</string>
|
||||
<string name="wallpaper_set_unsuccessfully">Something went wrong. Could not set the wallpaper</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue