mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Removed almost all hardcoded constants and deleted offline playlist model
This commit is contained in:
parent
e98429503b
commit
ff1a1350f9
24 changed files with 64 additions and 380 deletions
|
|
@ -6,14 +6,4 @@
|
|||
android:icon="@drawable/ic_file_download"
|
||||
android:title="@string/menu_download_all_button"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_pin_playlist"
|
||||
android:icon="@drawable/ic_pin_in"
|
||||
android:title="@string/menu_pin_button"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_unpin_playlist"
|
||||
android:icon="@drawable/ic_pin_out"
|
||||
android:title="@string/menu_unpin_button"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue