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

@ -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>