Use different labels for different buttons (toggle vs refresh)

This commit is contained in:
Yusuke Matsubara 2018-01-21 16:00:14 +09:00
parent 022ac948a8
commit e01c06e6a2
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<item
android:id="@+id/action_toggle_view"
android:title="@string/refresh_button"
android:title="@string/toggle_view_button"
android:icon="@drawable/ic_map_white_24dp"
android:orderInCategory="1"
app:showAsAction="ifRoom"