mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Remove old and unused retry buttons as we do for their functions
This commit is contained in:
parent
915a888843
commit
f3818c6e23
2 changed files with 0 additions and 29 deletions
|
|
@ -25,18 +25,5 @@
|
|||
android:id="@+id/menu_set_as_wallpaper"
|
||||
android:title="@string/menu_set_wallpaper"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_retry_current_image"
|
||||
android:enabled="false"
|
||||
android:icon="@drawable/ic_undo_white_24dp"
|
||||
android:title="@string/menu_retry_upload"
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
<item
|
||||
android:id="@+id/menu_cancel_current_image"
|
||||
android:enabled="false"
|
||||
android:title="@string/menu_cancel_upload"
|
||||
android:visible="false"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue