String extraction from everywhere

This commit is contained in:
CappielloAntonio 2021-09-04 19:00:41 +02:00
parent d169e3b188
commit b28c230f5a
53 changed files with 333 additions and 170 deletions

View file

@ -5,6 +5,6 @@
android:id="@+id/action_download_album"
android:icon="@drawable/ic_file_download"
android:iconTint="@color/titleTextColor"
android:title="Download all"
android:title="@string/menu_download_all_button"
app:showAsAction="never" />
</menu>