File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<shape xmlns : android =" http://schemas.android.com/apk/res/android" >
3
- <solid android : color =" @color/white " />
3
+ <solid android : color =" ?attr/colorSecondary " />
4
4
<corners
5
5
android : bottomRightRadius =" 0dp"
6
6
android : bottomLeftRadius =" 0dp"
Original file line number Diff line number Diff line change 13
13
android : text =" @string/dialog_dont_ask_again"
14
14
android : layout_marginStart =" 8dp"
15
15
android : drawablePadding =" 16dp"
16
- android : textColor =" @color/nevada " />
16
+ android : textColor =" ?android:textColorPrimary " />
17
17
18
18
</LinearLayout >
Original file line number Diff line number Diff line change 18
18
android : layout_marginEnd =" 16dp"
19
19
android : layout_marginRight =" 16dp"
20
20
android : layout_marginBottom =" 16dp"
21
- android : textColor =" @color/outer_space "
21
+ android : textColor =" ?android:textColorPrimary "
22
22
android : textSize =" @dimen/text_title"
23
23
android : textStyle =" bold"
24
24
tools : text =" @tools:sample/lorem" />
32
32
android : layout_marginEnd =" 16dp"
33
33
android : layout_marginRight =" 16dp"
34
34
android : layout_marginBottom =" 16dp"
35
- android : textColor =" @color/outer_space "
35
+ android : textColor =" ?android:textColorPrimary "
36
36
android : textSize =" @dimen/text_body"
37
37
tools : text =" @tools:sample/lorem" />
38
38
You can’t perform that action at this time.
0 commit comments