Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andy B-S
Companion App Android
Commits
39a45a28
Commit
39a45a28
authored
Aug 20, 2019
by
Anon
Browse files
Change theme colors.
parent
f84c8903
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/drawable/ic_launcher.xml
View file @
39a45a28
...
...
@@ -2,9 +2,9 @@
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"108dp"
android:height=
"108dp"
android:viewportWidth=
"512"
android:viewportHeight=
"512"
>
<path
android:fillColor=
"#
FF0090
"
<path
android:fillColor=
"#
0076ba
"
android:pathData=
"M0,0h512v512h-512z"
/>
<group
android:translateX=
"-255"
android:translateY=
"145"
>
<path
android:fillColor=
"#00
FFFFFF
"
<path
android:fillColor=
"#00
005383
"
android:pathData=
"m431.2,210.5h-19.4c-19.5,0 -35.4,-15.9 -35.4,-35.4L376.4,45.4c0,-19.5 15.9,-35.4 35.4,-35.4h122.9l0.1,46.3h-19.8c-11,0 -19.9,9 -19.9,19.9v68.1c0,11 9,19.9 19.9,19.9h68.1c11,0 19.9,-9 19.9,-19.9L603,76.2c0,-11 -9,-19.9 -19.9,-19.9h-19.8l-0.2,-46.3h50.8c19.5,0 35.4,15.9 35.4,35.4L649.3,175.1c0,19.5 -15.9,35.4 -35.4,35.4h-154L459.6,56.1 417.9,110.4"
android:strokeColor=
"#FFFFFF"
android:strokeLineCap=
"round"
android:strokeLineJoin=
"round"
android:strokeWidth=
"15"
/>
...
...
app/src/main/res/drawable/ic_launcher_background.xml
View file @
39a45a28
...
...
@@ -5,6 +5,6 @@
android:width=
"108dp"
android:viewportHeight=
"108"
android:viewportWidth=
"108"
>
<path
android:fillColor=
"#
FF0090
"
<path
android:fillColor=
"#
0076ba
"
android:pathData=
"M0,0h108v108h-108z"
/>
</vector>
app/src/main/res/values/colors.xml
View file @
39a45a28
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"colorPrimary"
>
#
FF0090
</color>
<color
name=
"colorPrimaryDark"
>
#
E0115F
</color>
<color
name=
"colorAccent"
>
#
44A597
</color>
<color
name=
"colorPrimary"
>
#
0076ba
</color>
<color
name=
"colorPrimaryDark"
>
#
005383
</color>
<color
name=
"colorAccent"
>
#
99ba00
</color>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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