From d867ecf26ea5fef5f0d0946ae8644e0ce90f421d Mon Sep 17 00:00:00 2001 From: FongMi Date: Sun, 12 Mar 2023 00:23:39 +0800 Subject: [PATCH] [mobile] adjust some color --- app/src/mobile/res/drawable/ic_widget_bright_high.xml | 4 ++-- app/src/mobile/res/drawable/ic_widget_bright_low.xml | 4 ++-- app/src/mobile/res/drawable/ic_widget_bright_medium.xml | 4 ++-- app/src/mobile/res/drawable/shape_widget.xml | 6 +++--- app/src/mobile/res/layout/view_widget_vod.xml | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/src/mobile/res/drawable/ic_widget_bright_high.xml b/app/src/mobile/res/drawable/ic_widget_bright_high.xml index 2f44272ab..347b80f73 100644 --- a/app/src/mobile/res/drawable/ic_widget_bright_high.xml +++ b/app/src/mobile/res/drawable/ic_widget_bright_high.xml @@ -1,6 +1,6 @@ diff --git a/app/src/mobile/res/drawable/ic_widget_bright_low.xml b/app/src/mobile/res/drawable/ic_widget_bright_low.xml index 92eba279d..18bc6f4da 100644 --- a/app/src/mobile/res/drawable/ic_widget_bright_low.xml +++ b/app/src/mobile/res/drawable/ic_widget_bright_low.xml @@ -1,6 +1,6 @@ diff --git a/app/src/mobile/res/drawable/ic_widget_bright_medium.xml b/app/src/mobile/res/drawable/ic_widget_bright_medium.xml index 80cd135b1..75ea108d0 100644 --- a/app/src/mobile/res/drawable/ic_widget_bright_medium.xml +++ b/app/src/mobile/res/drawable/ic_widget_bright_medium.xml @@ -1,6 +1,6 @@ diff --git a/app/src/mobile/res/drawable/shape_widget.xml b/app/src/mobile/res/drawable/shape_widget.xml index a96772220..508af671f 100644 --- a/app/src/mobile/res/drawable/shape_widget.xml +++ b/app/src/mobile/res/drawable/shape_widget.xml @@ -7,9 +7,9 @@ + android:top="6dp" /> \ No newline at end of file diff --git a/app/src/mobile/res/layout/view_widget_vod.xml b/app/src/mobile/res/layout/view_widget_vod.xml index 2c02c0b3a..cfb388102 100644 --- a/app/src/mobile/res/layout/view_widget_vod.xml +++ b/app/src/mobile/res/layout/view_widget_vod.xml @@ -110,7 +110,7 @@ android:id="@+id/brightIcon" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginEnd="16dp" + android:layout_marginEnd="12dp" tools:src="@drawable/ic_widget_bright_high" /> + app:trackColor="@color/grey_500" /> @@ -138,7 +138,7 @@ android:id="@+id/volumeIcon" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginEnd="16dp" + android:layout_marginEnd="12dp" tools:src="@drawable/ic_widget_volume_high" /> + app:trackColor="@color/grey_500" /> \ No newline at end of file