diff --git a/res/drawable/default_artwork_blur_2.xml b/res/drawable/default_artwork_blur_2.xml
new file mode 100644
index 0000000000000000000000000000000000000000..30b4bbad2be1b9a610a1d467809c87713d43f418
--- /dev/null
+++ b/res/drawable/default_artwork_blur_2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
diff --git a/res/drawable/menu_button_light.xml b/res/drawable/menu_button_light.xml
index ef6f6ba3e3c4eace8f33a0b467b2ea3fbfc7bcec..5d8af81b83413691e47da48a8400bcd8fb3c451f 100644
--- a/res/drawable/menu_button_light.xml
+++ b/res/drawable/menu_button_light.xml
@@ -8,7 +8,7 @@
diff --git a/res/layout/activity_base.xml b/res/layout/activity_base.xml
index 1d80530e92dcea3dda12c4bb7f6053b6711e12bd..0ef057596d3ade91a022ac303d9140138f3a3353 100644
--- a/res/layout/activity_base.xml
+++ b/res/layout/activity_base.xml
@@ -112,8 +112,8 @@
android:layout_gravity="center_horizontal"
android:scaleType="centerInside"
android:tint="@color/white"
- android:layout_marginStart="5dp"
- android:layout_marginEnd="5dp"
+ android:layout_marginStart="20dp"
+ android:layout_marginEnd="20dp"
android:src="@drawable/drag_indicator" />
diff --git a/res/layout/album_detail_song.xml b/res/layout/album_detail_song.xml
index 2e3c45cd5c63308f2ec03bd74d107da46f4bc1fc..de709c1e7713085958525e2f361f4d02ede48953 100644
--- a/res/layout/album_detail_song.xml
+++ b/res/layout/album_detail_song.xml
@@ -23,7 +23,7 @@
android:layout_width="@dimen/overflow_width"
android:layout_height="@dimen/overflow_height"
android:gravity="center"
- android:src="@drawable/menu_button" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
+ android:src="@drawable/default_artwork_blur_2"/>
diff --git a/res/layout/grid_items_normal.xml b/res/layout/grid_items_normal.xml
index e72220e662518c49576686e7aa1cf03e9dece2ad..3b87761a57a11b07e676dae3f8f85d1ecda1be6e 100644
--- a/res/layout/grid_items_normal.xml
+++ b/res/layout/grid_items_normal.xml
@@ -68,7 +68,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginEnd="@dimen/grid_item_padding_right"
- android:src="@drawable/menu_button" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
diff --git a/res/layout/header_bar.xml b/res/layout/header_bar.xml
index d209147a043d0e6481d4640e9785c8f9d52fdc2f..3e953ee7b5349e022cf6a7ecf76a56df6bd3cab5 100644
--- a/res/layout/header_bar.xml
+++ b/res/layout/header_bar.xml
@@ -55,6 +55,6 @@
android:layout_weight="0"
android:scaleType="centerInside"
android:background="@drawable/selectable_background"
- android:src="@drawable/menu_button_light"/>
+ android:src="@lineageos.platform:drawable/ic_menu"/>
diff --git a/res/layout/list_item_common.xml b/res/layout/list_item_common.xml
index da1b3e005ed09ceb1d0555e54dd07ad220d71f90..18c5a8d6e36691e38d1260ce5d548971c68dde9c 100644
--- a/res/layout/list_item_common.xml
+++ b/res/layout/list_item_common.xml
@@ -56,6 +56,6 @@
android:id="@+id/popup_menu_button"
android:layout_width="@dimen/overflow_width"
android:layout_height="@dimen/overflow_height"
- android:src="@drawable/menu_button" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
\ No newline at end of file
diff --git a/res/layout/list_item_queue.xml b/res/layout/list_item_queue.xml
index 9e2f2e588b5a1b9f158550f14a95e6f5cf91d07f..5608e5951147ecad007d3b60ddd0257d3a400fb5 100644
--- a/res/layout/list_item_queue.xml
+++ b/res/layout/list_item_queue.xml
@@ -71,5 +71,5 @@
android:layout_height="@dimen/overflow_height"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
- android:src="@drawable/menu_button_light" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
diff --git a/res/layout/list_item_simple.xml b/res/layout/list_item_simple.xml
index f04bef7974dc402b4a86afc928f8fe3275b38112..aeefcb9905464325aa581059cba79cc8150e7f31 100644
--- a/res/layout/list_item_simple.xml
+++ b/res/layout/list_item_simple.xml
@@ -65,7 +65,7 @@
android:layout_height="@dimen/overflow_height"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
- android:src="@drawable/menu_button" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
+ android:src="@lineageos.platform:drawable/ic_menu" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 43b6fddffbb5d1d520f231fc15f6320928192c75..be9c8183763dbbd43e8114d246f6e121e38520f3 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -65,7 +65,7 @@
#99fafafa
#993F51B5
- @color/white
+ @color/header_action_bar_color
@color/primary
@@ -98,7 +98,7 @@
@color/black
@color/accent
@color/default_text_color
- @color/default_text_color_light
+ @color/player_action_bar_title_text_color
#4c212121
#34fafafa
#b3212121
@@ -121,7 +121,7 @@
@color/black
- @color/white
+ @color/main_action_bar_text_color
@color/transparent
@@ -163,7 +163,7 @@
@color/black
- @color/white
+ @color/background_color
@color/background_color
@color/background_color
@color/background_color
diff --git a/res/values/styles.xml b/res/values/styles.xml
index df10fdadd176c97970e032e3f76333bf85c497f3..a5609eb30068d7071d215dbcc217e670bc07fc02 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -31,6 +31,8 @@
- true
- false
- false
+ - true
+ - @lineageos.platform:drawable/ic_back