From 23672630775b36b5a3b4d8330324a7ec6d8e51b2 Mon Sep 17 00:00:00 2001 From: FongMi Date: Tue, 12 May 2026 02:47:14 +0800 Subject: [PATCH] Optimize color system --- .../mobile/res/drawable-v31/shape_item.xml | 30 +++++++++++++++ .../mobile/res/drawable-v31/shape_live.xml | 30 +++++++++++++++ app/src/mobile/res/drawable/shape_item.xml | 35 +++++------------- app/src/mobile/res/drawable/shape_live.xml | 37 ++++++------------- 4 files changed, 81 insertions(+), 51 deletions(-) create mode 100644 app/src/mobile/res/drawable-v31/shape_item.xml create mode 100644 app/src/mobile/res/drawable-v31/shape_live.xml diff --git a/app/src/mobile/res/drawable-v31/shape_item.xml b/app/src/mobile/res/drawable-v31/shape_item.xml new file mode 100644 index 000000000..254793fee --- /dev/null +++ b/app/src/mobile/res/drawable-v31/shape_item.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/mobile/res/drawable-v31/shape_live.xml b/app/src/mobile/res/drawable-v31/shape_live.xml new file mode 100644 index 000000000..9b64a4495 --- /dev/null +++ b/app/src/mobile/res/drawable-v31/shape_live.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/mobile/res/drawable/shape_item.xml b/app/src/mobile/res/drawable/shape_item.xml index 254793fee..3134208f6 100644 --- a/app/src/mobile/res/drawable/shape_item.xml +++ b/app/src/mobile/res/drawable/shape_item.xml @@ -1,30 +1,15 @@ - - - - - - - - - - - - - - - - - + + + + + + \ No newline at end of file diff --git a/app/src/mobile/res/drawable/shape_live.xml b/app/src/mobile/res/drawable/shape_live.xml index 9b64a4495..a63c59674 100644 --- a/app/src/mobile/res/drawable/shape_live.xml +++ b/app/src/mobile/res/drawable/shape_live.xml @@ -1,30 +1,15 @@ - - - - - - - - - - - - - - - - - + android:color="#80FFF176"> + + + + + + \ No newline at end of file