Working towards single activity design

This commit is contained in:
Hemanth S 2020-08-11 23:59:44 +05:30
parent 31534769a8
commit 3ebf777d7b
87 changed files with 1908 additions and 2423 deletions

View file

@ -126,7 +126,7 @@
</string-array>
<array name="pref_album_details_style_layout">
<item>@layout/activity_album</item>
<item>@layout/activity_album_details</item>
</array>
<string-array name="pref_language_names">
<item>System default</item>

View file

@ -880,4 +880,6 @@
<item quantity="one">%d Artist</item>
<item quantity="other">%d Artists</item>
</plurals>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>