This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- <shape xmlns : android =" http://schemas.android.com/apk/res/android"
2
- android : shape =" ring" >
3
- <solid android : color =" #000000" />
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <shape
3
+ xmlns : android =" http://schemas.android.com/apk/res/android"
4
+ android : shape =" oval" >
5
+
6
+ <solid
7
+ android : color =" @color/solid_color" />
8
+
9
+ <stroke
10
+ android : width =" 1px"
11
+ android : color =" @color/stroke_color" />
12
+
4
13
<size
5
14
android : width =" 16dp"
6
15
android : height =" 16dp" />
7
- </shape >
16
+ </shape >
Original file line number Diff line number Diff line change 29
29
<color name =" top_snackbar_show_button_text_color" >#d26811</color >
30
30
<color name =" top_snackbar_bg_color" >#ffffff</color >
31
31
<color name =" top_snackbar_text_color" >#131313</color >
32
+ <color name =" solid_color" >#262626</color >
33
+ <color name =" stroke_color" >#FFF</color >
32
34
</resources >
Original file line number Diff line number Diff line change 32
32
<color name =" top_snackbar_text_color" >#ffffff</color >
33
33
<color name =" progress_background_color" >#444444</color >
34
34
<color name =" notif_background" >#009688</color >
35
+ <color name =" solid_color" >#FFF</color >
36
+ <color name =" stroke_color" >#000</color >
35
37
</resources >
You can’t perform that action at this time.
0 commit comments