From a1ab6d139a675a878847f6188b85ffd8fb53c097 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Sun, 25 Jun 2023 16:50:01 -0600 Subject: [PATCH] ui: increase shuffle on icon thickness Aggressively increase the shuffle icon thickness when it's indicated as on. Should allow the on state to be discerned easier. --- app/src/main/res/drawable/ic_shuffle_off_24.xml | 12 ++++++------ app/src/main/res/drawable/ic_shuffle_on_24.xml | 13 +++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/drawable/ic_shuffle_off_24.xml b/app/src/main/res/drawable/ic_shuffle_off_24.xml index ec36a047c..d73a3c489 100644 --- a/app/src/main/res/drawable/ic_shuffle_off_24.xml +++ b/app/src/main/res/drawable/ic_shuffle_off_24.xml @@ -2,10 +2,10 @@ - + android:viewportWidth="960" + android:viewportHeight="960" + android:tint="?attr/colorControlNormal"> + diff --git a/app/src/main/res/drawable/ic_shuffle_on_24.xml b/app/src/main/res/drawable/ic_shuffle_on_24.xml index 8a64e052f..1e4330f55 100644 --- a/app/src/main/res/drawable/ic_shuffle_on_24.xml +++ b/app/src/main/res/drawable/ic_shuffle_on_24.xml @@ -1,10 +1,11 @@ + - + android:viewportWidth="960" + android:viewportHeight="960" + android:tint="?attr/colorPrimary"> +