Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Notes
Commits
bebe6258
Commit
bebe6258
authored
Oct 30, 2020
by
Mohit Mali
Browse files
Fixed the white color bug
parent
756e7e89
Pipeline
#81664
passed with stage
in 2 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/values/colors.xml
View file @
bebe6258
...
...
@@ -2,10 +2,10 @@
<resources>
<!-- Colors -->
<color
name=
"primary"
>
#ffffff
</color>
<color
name=
"primary_dark"
>
#ffffff
</color>
<color
name=
"primary"
>
@lineageos.platform:color/color_default_primary
</color>
<color
name=
"primary_dark"
>
@lineageos.platform:color/color_default_primary_dark
</color>
<color
name=
"accent_color"
>
@lineageos.platform:color/color_default_
primary
</color>
<color
name=
"accent_color"
>
@lineageos.platform:color/color_default_
accent
</color>
<color
name=
"separator"
>
#fbfbfb
</color>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment