ensure that "Update Repo" is always shown in the Action Mode

Otherwise, it gets confusing what is the action the user should do. Perhaps
the Action Mode "Done" button should always trigger the "Update Repo"
action, right now it means do nothing and return.
This commit is contained in:
Hans-Christoph Steiner 2014-05-08 01:12:41 -04:00
parent efacc22c10
commit 0a8d08aac8

View File

@ -8,7 +8,7 @@
<item
android:id="@+id/action_update_repo"
android:icon="@android:drawable/ic_input_add"
android:showAsAction="ifRoom|withText"
android:showAsAction="always|withText"
android:title="@string/update_repo"/>
</menu>