mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue