File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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 =" ?attr/colorSecondaryVariant " />
3
+ <solid android : color =" @color/white " />
4
4
<corners
5
5
android : bottomRightRadius =" 0dp"
6
6
android : bottomLeftRadius =" 0dp"
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 =" ?android:textColorPrimary "
21
+ android : textColor =" @color/outer_space "
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 =" ?android:textColorPrimary "
35
+ android : textColor =" @color/outer_space "
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