feat: auth screen with auto-redirect, sync favorites/history with backend
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
android:id="@+id/widget_play_pause"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:src="@drawable/ic_play"
|
||||
android:contentDescription="@string/player_play" />
|
||||
</LinearLayout>
|
||||
|
||||
4
app/src/main/res/xml/file_paths.xml
Normal file
4
app/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<external-files-path name="recordings" path="Music/radiola_recordings/" />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user