From 77b5addccfb68040665310a1b87c617a7a9c9915 Mon Sep 17 00:00:00 2001 From: hacker Date: Thu, 24 Dec 2020 17:40:12 +0530 Subject: [PATCH 1/6] PlayQueue_Ui_Update --- res/drawable/default_artwork_blur_2.xml | 8 ++++++++ res/drawable/menu_button_light.xml | 2 +- res/layout/blur_scrim_image.xml | 2 +- res/layout/edit_queue_list_item.xml | 2 ++ res/layout/list_item_queue.xml | 2 +- res/values/colors.xml | 8 ++++---- src/org/lineageos/eleven/widgets/BlurScrimImage.java | 2 +- 7 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 res/drawable/default_artwork_blur_2.xml diff --git a/res/drawable/default_artwork_blur_2.xml b/res/drawable/default_artwork_blur_2.xml new file mode 100644 index 00000000..2e8518b4 --- /dev/null +++ b/res/drawable/default_artwork_blur_2.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/menu_button_light.xml b/res/drawable/menu_button_light.xml index ef6f6ba3..5d8af81b 100644 --- a/res/drawable/menu_button_light.xml +++ b/res/drawable/menu_button_light.xml @@ -8,7 +8,7 @@ diff --git a/res/layout/blur_scrim_image.xml b/res/layout/blur_scrim_image.xml index 0afbd7ea..cd94007b 100644 --- a/res/layout/blur_scrim_image.xml +++ b/res/layout/blur_scrim_image.xml @@ -25,7 +25,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" - android:src="@drawable/default_artwork_blur"/> + android:src="@drawable/default_artwork_blur_2"/> diff --git a/res/layout/list_item_queue.xml b/res/layout/list_item_queue.xml index 657ea706..a41f5c5c 100644 --- a/res/layout/list_item_queue.xml +++ b/res/layout/list_item_queue.xml @@ -63,7 +63,7 @@ android:layout_width="@dimen/list_item_progress_width" android:layout_height="@dimen/list_item_progress_height" android:layout_centerVertical="true" - layout="@layout/play_pause_progress_button"/> + layout="@layout/play_pause_progress_button_player_control"/> #99fafafa #993F51B5 - @color/white + @color/header_action_bar_color @color/primary @@ -83,7 +83,7 @@ @color/black @color/accent @color/default_text_color - @color/default_text_color_light + @color/player_action_bar_title_text_color #4c212121 #34fafafa #b3212121 @@ -109,7 +109,7 @@ @color/black - @color/white + @color/main_action_bar_text_color @color/transparent @@ -151,7 +151,7 @@ @color/black - @color/white + @color/background_color @color/background_color @color/background_color @color/background_color diff --git a/src/org/lineageos/eleven/widgets/BlurScrimImage.java b/src/org/lineageos/eleven/widgets/BlurScrimImage.java index 8a51cc2e..2b342f26 100644 --- a/src/org/lineageos/eleven/widgets/BlurScrimImage.java +++ b/src/org/lineageos/eleven/widgets/BlurScrimImage.java @@ -64,7 +64,7 @@ public class BlurScrimImage extends FrameLayout { } Bitmap blurredBitmap = ((BitmapDrawable) getResources() - .getDrawable(R.drawable.default_artwork_blur)).getBitmap(); + .getDrawable(R.drawable.default_artwork_blur_2)).getBitmap(); TransitionDrawable imageTransition = ImageWorker.createImageTransitionDrawable(getResources(), mImageView.getDrawable(), blurredBitmap, ImageWorker.FADE_IN_TIME_SLOW, true, true); -- GitLab From 310cf12f44e61264cd8c775d0b08ee65d1e439c1 Mon Sep 17 00:00:00 2001 From: Mohit Mali Date: Mon, 28 Dec 2020 18:50:55 +0530 Subject: [PATCH 2/6] IconChanges_Pie --- res/layout/activity_base.xml | 4 ++-- res/layout/album_detail_song.xml | 2 +- res/layout/artist_detail_album.xml | 2 +- res/layout/artist_detail_song.xml | 2 +- res/layout/audio_player_header_bar.xml | 4 ++-- res/layout/grid_items_normal.xml | 2 +- res/layout/header_bar.xml | 4 ++-- res/layout/list_item_common.xml | 2 +- res/layout/list_item_queue.xml | 2 +- res/layout/list_item_simple.xml | 2 +- res/layout/list_item_top_tracks.xml | 2 +- res/menu/search.xml | 2 +- res/menu/search_btn.xml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/res/layout/activity_base.xml b/res/layout/activity_base.xml index 974c1a68..628a74f6 100644 --- a/res/layout/activity_base.xml +++ b/res/layout/activity_base.xml @@ -111,8 +111,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 f4273a00..80bdc7e9 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="@lineageos.platform:drawable/ic_menu"/> + android:src="@lineageos.platform:drawable/ic_menu" /> diff --git a/res/layout/header_bar.xml b/res/layout/header_bar.xml index 5c9f4aab..a8030d28 100644 --- a/res/layout/header_bar.xml +++ b/res/layout/header_bar.xml @@ -57,7 +57,7 @@ android:layout_gravity="center_vertical" android:layout_weight="0" android:tint="@color/player_action_bar_title_text_color" - android:src="@drawable/ic_action_search" + android:src="@lineageos.platform:drawable/ic_search" android:background="@drawable/selectable_background" android:scaleType="centerInside" /> @@ -70,6 +70,6 @@ android:scaleType="centerInside" android:tint="@color/player_action_bar_title_text_color" 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 ecdf7825..383387b2 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 a41f5c5c..f02ee432 100644 --- a/res/layout/list_item_queue.xml +++ b/res/layout/list_item_queue.xml @@ -72,5 +72,5 @@ android:layout_height="@dimen/overflow_height" android:layout_alignParentRight="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 6828376d..e6496e83 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_alignParentRight="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/menu/search.xml b/res/menu/search.xml index d0240a0c..06097fca 100644 --- a/res/menu/search.xml +++ b/res/menu/search.xml @@ -19,7 +19,7 @@ diff --git a/res/menu/search_btn.xml b/res/menu/search_btn.xml index 417ed894..5b7f3c36 100644 --- a/res/menu/search_btn.xml +++ b/res/menu/search_btn.xml @@ -18,7 +18,7 @@ -- GitLab From b5e61ea1b619630895199a69b06a898e36e7aae9 Mon Sep 17 00:00:00 2001 From: Mohit Mali Date: Tue, 29 Dec 2020 09:55:04 +0530 Subject: [PATCH 3/6] IconChanges_Pie --- res/values/styles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/styles.xml b/res/values/styles.xml index 83495aef..b433d41e 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -31,6 +31,8 @@ true false false + @color/primary + true