Skip to content

Commit ce339f9

Browse files
author
Lijucay (Luca)
committed
Change gitignore
Add colors
1 parent cc88509 commit ce339f9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
.cxx
99
local.properties
1010
/app/release
11+
/.kotlin/errors/errors-1725826413909.log
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="bug_outline_color">#ffffff</color>
4+
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="bug_outline_color">#000000</color>
4+
</resources>

0 commit comments

Comments
 (0)