diff --git a/app/src/main/res/drawable/bottom_navigation_item_background.xml b/app/src/main/res/drawable/bottom_navigation_item_background.xml index 48700e4d..ff7e8135 100644 --- a/app/src/main/res/drawable/bottom_navigation_item_background.xml +++ b/app/src/main/res/drawable/bottom_navigation_item_background.xml @@ -2,22 +2,4 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/drawable/progress_drawable_vertical.xml b/app/src/main/res/drawable/progress_drawable_vertical.xml index 4392457b..fa94c98e 100644 --- a/app/src/main/res/drawable/progress_drawable_vertical.xml +++ b/app/src/main/res/drawable/progress_drawable_vertical.xml @@ -2,7 +2,7 @@ - + diff --git a/app/src/main/res/layout/fragment_tiny_player.xml b/app/src/main/res/layout/fragment_tiny_player.xml index 17a60e26..c3faccc2 100644 --- a/app/src/main/res/layout/fragment_tiny_player.xml +++ b/app/src/main/res/layout/fragment_tiny_player.xml @@ -4,7 +4,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/windowBackground" android:clickable="true" android:focusable="true"> @@ -23,7 +22,7 @@ android:id="@+id/masked" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?colorPrimary" /> + android:background="?attr/colorSurface" />