From 60f25439c51eecd1c344770dc43d30aa8d58becc Mon Sep 17 00:00:00 2001 From: rhenwinch Date: Tue, 23 Jan 2024 12:36:57 +0800 Subject: [PATCH] Fix: resource linking failed --- .github/ci-gradle.properties | 27 ------------------- .../src/main/res/drawable/left_arrow.xml | 2 +- .../mobile/src/main/res/drawable/filter.xml | 2 +- .../src/main/res/drawable/right_arrow.xml | 2 +- .../film/src/main/res/drawable/down_arrow.xml | 2 +- .../film/src/main/res/drawable/left_arrow.xml | 2 +- .../film/src/main/res/drawable/up_arrow.xml | 2 +- 7 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 .github/ci-gradle.properties diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties deleted file mode 100644 index 1a8e229fd..000000000 --- a/.github/ci-gradle.properties +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright 2020 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -org.gradle.daemon=false -org.gradle.parallel=true -org.gradle.workers.max=2 - -kotlin.incremental=false - -# Controls KotlinOptions.allWarningsAsErrors. -# This value used in CI and is currently set to false. -# If you want to treat warnings as errors locally, set this property to true -# in your ~/.gradle/gradle.properties file. -warningsAsErrors=false \ No newline at end of file diff --git a/core/ui/common/src/main/res/drawable/left_arrow.xml b/core/ui/common/src/main/res/drawable/left_arrow.xml index 660ca9dc4..59a12a65e 100644 --- a/core/ui/common/src/main/res/drawable/left_arrow.xml +++ b/core/ui/common/src/main/res/drawable/left_arrow.xml @@ -8,6 +8,6 @@ android:strokeLineJoin="round" android:strokeWidth="1.5" android:fillColor="#00000000" - android:strokeColor="@color/md_theme_light_onPrimary" + android:strokeColor="#FFFFFF" android:strokeLineCap="round"/> diff --git a/core/ui/mobile/src/main/res/drawable/filter.xml b/core/ui/mobile/src/main/res/drawable/filter.xml index ac08b4080..d8f87c574 100644 --- a/core/ui/mobile/src/main/res/drawable/filter.xml +++ b/core/ui/mobile/src/main/res/drawable/filter.xml @@ -5,6 +5,6 @@ android:viewportHeight="20"> diff --git a/core/ui/mobile/src/main/res/drawable/right_arrow.xml b/core/ui/mobile/src/main/res/drawable/right_arrow.xml index b073589d2..696a00376 100644 --- a/core/ui/mobile/src/main/res/drawable/right_arrow.xml +++ b/core/ui/mobile/src/main/res/drawable/right_arrow.xml @@ -8,6 +8,6 @@ android:strokeLineJoin="round" android:strokeWidth="1.5" android:fillColor="#00000000" - android:strokeColor="@color/md_theme_light_onPrimary" + android:strokeColor="#FFFFFF" android:strokeLineCap="round"/> diff --git a/feature/mobile/film/src/main/res/drawable/down_arrow.xml b/feature/mobile/film/src/main/res/drawable/down_arrow.xml index 83d61d1e8..47a4bb590 100644 --- a/feature/mobile/film/src/main/res/drawable/down_arrow.xml +++ b/feature/mobile/film/src/main/res/drawable/down_arrow.xml @@ -8,6 +8,6 @@ android:strokeLineJoin="round" android:strokeWidth="1.5" android:fillColor="#00000000" - android:strokeColor="@color/md_theme_light_onPrimary" + android:strokeColor="#FFFFFF" android:strokeLineCap="round"/> diff --git a/feature/mobile/film/src/main/res/drawable/left_arrow.xml b/feature/mobile/film/src/main/res/drawable/left_arrow.xml index 660ca9dc4..59a12a65e 100644 --- a/feature/mobile/film/src/main/res/drawable/left_arrow.xml +++ b/feature/mobile/film/src/main/res/drawable/left_arrow.xml @@ -8,6 +8,6 @@ android:strokeLineJoin="round" android:strokeWidth="1.5" android:fillColor="#00000000" - android:strokeColor="@color/md_theme_light_onPrimary" + android:strokeColor="#FFFFFF" android:strokeLineCap="round"/> diff --git a/feature/mobile/film/src/main/res/drawable/up_arrow.xml b/feature/mobile/film/src/main/res/drawable/up_arrow.xml index 5cf6422d5..4caaf837a 100644 --- a/feature/mobile/film/src/main/res/drawable/up_arrow.xml +++ b/feature/mobile/film/src/main/res/drawable/up_arrow.xml @@ -8,6 +8,6 @@ android:strokeLineJoin="round" android:strokeWidth="1.5" android:fillColor="#00000000" - android:strokeColor="@color/md_theme_light_onPrimary" + android:strokeColor="#FFFFFF" android:strokeLineCap="round"/>