File tree 7 files changed +9
-5
lines changed
7 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
<vector xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
android : width =" 24dp"
3
3
android : height =" 24dp"
4
- android : tint =" @color/accent_primary "
4
+ android : tint =" @color/text_color_primary "
5
5
android : viewportWidth =" 24"
6
6
android : viewportHeight =" 24" >
7
7
Original file line number Diff line number Diff line change 6
6
<vector xmlns : android =" http://schemas.android.com/apk/res/android"
7
7
android : width =" 24dp"
8
8
android : height =" 24dp"
9
- android : tint =" @color/accent_primary "
9
+ android : tint =" @color/text_color_primary "
10
10
android : viewportWidth =" 24"
11
11
android : viewportHeight =" 24" >
12
12
<path
Original file line number Diff line number Diff line change 6
6
<vector xmlns : android =" http://schemas.android.com/apk/res/android"
7
7
android : width =" 24dp"
8
8
android : height =" 24dp"
9
- android : tint =" @color/accent_primary "
9
+ android : tint =" @color/text_color_primary "
10
10
android : viewportWidth =" 24"
11
11
android : viewportHeight =" 24" >
12
12
<path
Original file line number Diff line number Diff line change 6
6
<vector xmlns : android =" http://schemas.android.com/apk/res/android"
7
7
android : width =" 24dp"
8
8
android : height =" 24dp"
9
- android : tint =" @color/accent_primary "
9
+ android : tint =" @color/text_color_primary "
10
10
android : viewportWidth =" 24"
11
11
android : viewportHeight =" 24" >
12
12
<path
Original file line number Diff line number Diff line change 6
6
<vector xmlns : android =" http://schemas.android.com/apk/res/android"
7
7
android : width =" 24dp"
8
8
android : height =" 24dp"
9
- android : tint =" @color/accent_primary "
9
+ android : tint =" @color/text_color_primary "
10
10
android : viewportWidth =" 24"
11
11
android : viewportHeight =" 24" >
12
12
<path
Original file line number Diff line number Diff line change 9
9
<color name =" accent_primary" >@android:color/system_accent1_100</color >
10
10
<!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/values/colors_device_defaults.xml#51 -->
11
11
<color name =" background" >@android:color/system_neutral1_900</color >
12
+ <!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/color/text_color_primary_device_default_dark.xml -->
13
+ <color name =" text_color_primary" >@android:color/system_neutral1_50</color >
12
14
</resources >
Original file line number Diff line number Diff line change 14
14
<color name =" red" >#ff7043</color >
15
15
<!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/values/colors_device_defaults.xml#35 -->
16
16
<color name =" ic_launcher_background" >@color/accent_primary</color >
17
+ <!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/color/text_color_primary_device_default_light.xml -->
18
+ <color name =" text_color_primary" >@android:color/system_neutral1_900</color >
17
19
18
20
<!-- Custom colors -->
19
21
<color name =" divider" >#20ffffff</color >
You can’t perform that action at this time.
0 commit comments