Undo update repo button hiding in e984ed82ef3
The button can be hidden or entirely removed once users have an easy way to trigger an index update, e.g. via pull to refresh.
This commit is contained in:
parent
ad8896b2e8
commit
3c35927085
@ -7,6 +7,11 @@
|
||||
android:icon="@drawable/ic_search_white"
|
||||
android:title="@string/menu_search"
|
||||
app:showAsAction="always"/>
|
||||
<item
|
||||
android:id="@+id/action_update_repo"
|
||||
android:icon="@drawable/ic_refresh_white"
|
||||
android:title="@string/menu_update_repo"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/action_swap"
|
||||
android:title="@string/swap"
|
||||
@ -21,11 +26,6 @@
|
||||
android:icon="@drawable/ic_bluetooth_white"
|
||||
android:title="@string/menu_send_apk_bt"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/action_update_repo"
|
||||
android:icon="@drawable/ic_refresh_white"
|
||||
android:title="@string/menu_update_repo"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/ic_settings_white"
|
||||
|
Loading…
x
Reference in New Issue
Block a user