Skip to content
Snippets Groups Projects
Commit 39a45a28 authored by Anon's avatar Anon
Browse files

Change theme colors.

parent f84c8903
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp" android:height="108dp" android:width="108dp" android:height="108dp"
android:viewportWidth="512" android:viewportHeight="512"> 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"> android:pathData="M0,0h512v512h-512z"/> <group android:translateX="-255" android:translateY="145">
<path android:fillColor="#00FFFFFF" <path android:fillColor="#00005383"
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: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:strokeColor="#FFFFFF" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="15"/> android:strokeLineJoin="round" android:strokeWidth="15"/>
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
android:width="108dp" android:width="108dp"
android:viewportHeight="108" android:viewportHeight="108"
android:viewportWidth="108"> android:viewportWidth="108">
<path android:fillColor="#FF0090" <path android:fillColor="#0076ba"
android:pathData="M0,0h108v108h-108z"/> android:pathData="M0,0h108v108h-108z"/>
</vector> </vector>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="colorPrimary">#FF0090</color> <color name="colorPrimary">#0076ba</color>
<color name="colorPrimaryDark">#E0115F</color> <color name="colorPrimaryDark">#005383</color>
<color name="colorAccent">#44A597</color> <color name="colorAccent">#99ba00</color>
</resources> </resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment