Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas Bersinger
TaskTracker
Commits
82882ff1
Commit
82882ff1
authored
Oct 14, 2020
by
Lukas Bersinger
Browse files
change colorscheme
parent
9260bd48
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/values/colors.xml
View file @
82882ff1
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"colorPrimary"
>
#
6200EE
</color>
<color
name=
"colorPrimaryDark"
>
#
3700B3
</color>
<color
name=
"color
Accent"
>
#03DAC
5
</color>
<color
name=
"colorPrimary"
>
#
2196F3
</color>
<color
name=
"colorPrimaryDark"
>
#
1565C0
</color>
<color
name=
"color
Secondary"
>
#F9A82
5
</color>
</resources>
\ No newline at end of file
app/src/main/res/values/styles.xml
View file @
82882ff1
<resources>
<!-- Base application theme. -->
<style
name=
"AppTheme"
parent=
"Theme.MaterialComponents.Light"
>
<style
name=
"AppTheme"
parent=
"Theme.MaterialComponents.Light
.DarkActionBar
"
>
<!-- Customize your theme here. -->
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"color
Accent
"
>
@color/color
Accent
</item>
<item
name=
"color
Secondary
"
>
@color/color
Secondary
</item>
</style>
</resources>
\ No newline at end of file
Write
Preview
Markdown
is supported
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