Fix typo
This commit is contained in:
parent
345d8c3105
commit
5efa5b9d58
3 changed files with 24 additions and 24 deletions
|
@ -114,14 +114,14 @@ fun Area.paintOnCanvas(context: Context,
|
|||
R.color.ambient_color_white
|
||||
} else {
|
||||
when (minesAround) {
|
||||
1 -> R.color.mines_arround_1
|
||||
2 -> R.color.mines_arround_2
|
||||
3 -> R.color.mines_arround_3
|
||||
4 -> R.color.mines_arround_4
|
||||
5 -> R.color.mines_arround_5
|
||||
6 -> R.color.mines_arround_6
|
||||
7 -> R.color.mines_arround_7
|
||||
else -> R.color.mines_arround_8
|
||||
1 -> R.color.mines_around_1
|
||||
2 -> R.color.mines_around_2
|
||||
3 -> R.color.mines_around_3
|
||||
4 -> R.color.mines_around_4
|
||||
5 -> R.color.mines_around_5
|
||||
6 -> R.color.mines_around_6
|
||||
7 -> R.color.mines_around_7
|
||||
else -> R.color.mines_around_8
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
|
||||
<color name="shortcut_color">#527F8D</color>
|
||||
|
||||
<color name="mines_arround_1">#d5d2cc</color>
|
||||
<color name="mines_arround_2">#d5d2cc</color>
|
||||
<color name="mines_arround_3">#d5d2cc</color>
|
||||
<color name="mines_arround_4">#d5d2cc</color>
|
||||
<color name="mines_arround_5">#d5d2cc</color>
|
||||
<color name="mines_arround_6">#d5d2cc</color>
|
||||
<color name="mines_arround_7">#d5d2cc</color>
|
||||
<color name="mines_arround_8">#d5d2cc</color>
|
||||
<color name="mines_around_1">#d5d2cc</color>
|
||||
<color name="mines_around_2">#d5d2cc</color>
|
||||
<color name="mines_around_3">#d5d2cc</color>
|
||||
<color name="mines_around_4">#d5d2cc</color>
|
||||
<color name="mines_around_5">#d5d2cc</color>
|
||||
<color name="mines_around_6">#d5d2cc</color>
|
||||
<color name="mines_around_7">#d5d2cc</color>
|
||||
<color name="mines_around_8">#d5d2cc</color>
|
||||
|
||||
<color name="launcher_background">#FCC216</color>
|
||||
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
|
||||
<color name="shortcut_color">#527F8D</color>
|
||||
|
||||
<color name="mines_arround_1">#527F8D</color>
|
||||
<color name="mines_arround_2">#2B8D43</color>
|
||||
<color name="mines_arround_3">#E65100</color>
|
||||
<color name="mines_arround_4">#20A5f7</color>
|
||||
<color name="mines_arround_5">#ED1C24</color>
|
||||
<color name="mines_arround_6">#FFC107</color>
|
||||
<color name="mines_arround_7">#66126B</color>
|
||||
<color name="mines_arround_8">#000000</color>
|
||||
<color name="mines_around_1">#527F8D</color>
|
||||
<color name="mines_around_2">#2B8D43</color>
|
||||
<color name="mines_around_3">#E65100</color>
|
||||
<color name="mines_around_4">#20A5f7</color>
|
||||
<color name="mines_around_5">#ED1C24</color>
|
||||
<color name="mines_around_6">#FFC107</color>
|
||||
<color name="mines_around_7">#66126B</color>
|
||||
<color name="mines_around_8">#000000</color>
|
||||
|
||||
<color name="launcher_background">#FCC216</color>
|
||||
|
||||
|
|
Loading…
Reference in a new issue