mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add refresh button only for Campaigns
Temp. hack to let people see new images when they come through Change-Id: I986bc274ccebd53fef75dbaeffcdff891a4f77bf
This commit is contained in:
parent
ad0e299f33
commit
da8db5a2ca
6 changed files with 45 additions and 6 deletions
|
|
@ -26,5 +26,9 @@
|
|||
android:showAsAction="never"
|
||||
android:icon="@android:drawable/ic_menu_send"
|
||||
/>
|
||||
<item android:id="@+id/menu_refresh"
|
||||
android:title="@string/menu_refresh"
|
||||
android:showAsAction="never"
|
||||
/>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<string name="app_name">The name of the application.
|
||||
{{Identical|Wikimedia Commons}}</string>
|
||||
<string name="app_name_beta">Name of the beta version of the application</string>
|
||||
<string name="menu_refresh">Label for menu item that refreshes current list of images.</string>
|
||||
<string name="menu_settings">Label for menu item to show settings.
|
||||
{{Identical|Settings}}</string>
|
||||
<string name="username">{{Identical|Username}}</string>
|
||||
|
|
|
|||
|
|
@ -141,4 +141,5 @@
|
|||
<string name="detail_description_empty">No description</string>
|
||||
<string name="detail_license_empty">Unknown license</string>
|
||||
<string name="provider_campaigns">Campaigns</string>
|
||||
<string name="menu_refresh">Refresh</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue