Move hardcoded string to strings.xml

This commit is contained in:
Eugene Cheung 2018-09-05 22:11:38 -04:00
commit 06dda67b8e
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
5 changed files with 9 additions and 8 deletions

View file

@ -23,7 +23,7 @@
<item
android:id="@id/action_multi_select_adapter_check_all"
android:icon="@drawable/ic_select_all_white_24dp"
android:title="Select all"
android:title="@string/select_all_title"
app:showAsAction="ifRoom" />
</menu>

View file

@ -29,7 +29,7 @@
<item
android:id="@id/action_multi_select_adapter_check_all"
android:icon="@drawable/ic_select_all_white_24dp"
android:title="Select all"
android:title="@string/select_all_title"
app:showAsAction="ifRoom" />
</menu>

View file

@ -35,7 +35,7 @@
<item
android:id="@id/action_multi_select_adapter_check_all"
android:icon="@drawable/ic_select_all_white_24dp"
android:title="Select all"
android:title="@string/select_all_title"
app:showAsAction="ifRoom" />
</menu>

View file

@ -29,7 +29,7 @@
<item
android:id="@id/action_multi_select_adapter_check_all"
android:icon="@drawable/ic_select_all_white_24dp"
android:title="Select all"
android:title="@string/select_all_title"
app:showAsAction="ifRoom" />
</menu>

View file

@ -89,6 +89,7 @@
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="select_all_title">Select all</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_album">Shuffle album</string>
<string name="action_shuffle_artist">Shuffle artist</string>