Move hardcoded string to strings.xml
This commit is contained in:
parent
7a35bd08b6
commit
06dda67b8e
5 changed files with 9 additions and 8 deletions
|
|
@ -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>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue