Skip to content

Commit fcf1e1f

Browse files
committed
Add R.color.bg
small little changes
1 parent 5d214b4 commit fcf1e1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/res/values-night/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
<color name="ic_launcher_bg">#FF204A20</color>
1212
<color name="legendary">#FFE65100</color>
1313
<color name="fg">#FF000000</color>
14+
<color name="bg">#FFFFFFFF</color>
1415
</resources>

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
<color name="ic_launcher_bg">#FF367D36</color>
1212
<color name="legendary">#FFE65100</color>
1313
<color name="fg">#FFFFFFFF</color>
14+
<color name="bg">#FF000000</color>
1415
</resources>

0 commit comments

Comments
 (0)