summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/.gitignore3
-rw-r--r--app/src/main/res/drawable/ic_launcher_foreground.xml34
-rw-r--r--app/src/main/res/values/ic_launcher_background.xml6
3 files changed, 22 insertions, 21 deletions
diff --git a/app/.gitignore b/app/.gitignore
index 42afabf..67e07b8 100644
--- a/app/.gitignore
+++ b/app/.gitignore
@@ -1 +1,2 @@
-/build \ No newline at end of file
+/build
+/release
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
index d2c7601..7bd7555 100644
--- a/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ b/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -1,17 +1,17 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:viewportWidth="108"
- android:viewportHeight="108">
- <group android:scaleX="1.8371134"
- android:scaleY="1.8371134"
- android:translateX="25.677835"
- android:translateY="27.208763">
- <path
- android:fillColor="#FF000000"
- android:pathData="m13.44,14.1934h-8.78c-0.43,0 -0.81,0.28 -0.95,0.68l-1.66,5v6.81c0,0.29 0.23,0.51 0.5,0.51h1c0.28,0 0.5,-0.22 0.5,-0.5v-1.5h10v1.5c0,0.28 0.22,0.5 0.5,0.5h1c0.28,0 0.5,-0.22 0.5,-0.5v-6.81l-1.66,-5c-0.14,-0.41 -0.52,-0.69 -0.95,-0.69zM4.83,23.1934c-0.68,0 -1.22,-0.54 -1.22,-1.22s0.54,-1.22 1.22,-1.22 1.22,0.55 1.22,1.22 -0.54,1.22 -1.22,1.22zM13.27,23.1934c-0.67,0 -1.22,-0.54 -1.22,-1.22s0.54,-1.22 1.22,-1.22 1.22,0.54 1.22,1.22 -0.54,1.22 -1.22,1.22zM3.34,19.1934 L4.67,15.1934h8.78l1.33,4z"/>
- <path
- android:fillColor="#FF000000"
- android:pathData="m22,26h2v-2h-2zM18,26h2v-2h-2zM26,26h2v-2h-2zM28.71,7.71 L23,2h-1v7.59l-4.59,-4.59 -1.41,1.41 5.59,5.59 -5.59,5.59 1.41,1.41 4.59,-4.59v7.59h1l5.71,-5.71 -4.3,-4.29zM24,5.83 L25.88,7.71 24,9.59zM25.88,16.29 L24,18.17v-3.76z"/>
- </group>
-</vector>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="108"
+ android:viewportHeight="108">
+ <group android:scaleX="1.8371134"
+ android:scaleY="1.8371134"
+ android:translateX="25.677835"
+ android:translateY="27.208763">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="m13.44,14.1934h-8.78c-0.43,0 -0.81,0.28 -0.95,0.68l-1.66,5v6.81c0,0.29 0.23,0.51 0.5,0.51h1c0.28,0 0.5,-0.22 0.5,-0.5v-1.5h10v1.5c0,0.28 0.22,0.5 0.5,0.5h1c0.28,0 0.5,-0.22 0.5,-0.5v-6.81l-1.66,-5c-0.14,-0.41 -0.52,-0.69 -0.95,-0.69zM4.83,23.1934c-0.68,0 -1.22,-0.54 -1.22,-1.22s0.54,-1.22 1.22,-1.22 1.22,0.55 1.22,1.22 -0.54,1.22 -1.22,1.22zM13.27,23.1934c-0.67,0 -1.22,-0.54 -1.22,-1.22s0.54,-1.22 1.22,-1.22 1.22,0.54 1.22,1.22 -0.54,1.22 -1.22,1.22zM3.34,19.1934 L4.67,15.1934h8.78l1.33,4z"/>
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="m22,26h2v-2h-2zM18,26h2v-2h-2zM26,26h2v-2h-2zM28.71,7.71 L23,2h-1v7.59l-4.59,-4.59 -1.41,1.41 5.59,5.59 -5.59,5.59 1.41,1.41 4.59,-4.59v7.59h1l5.71,-5.71 -4.3,-4.29zM24,5.83 L25.88,7.71 24,9.59zM25.88,16.29 L24,18.17v-3.76z"/>
+ </group>
+</vector>
diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml
index f5aa0c2..becd45f 100644
--- a/app/src/main/res/values/ic_launcher_background.xml
+++ b/app/src/main/res/values/ic_launcher_background.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <color name="ic_launcher_background">#9ADDEE</color>
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="ic_launcher_background">#9ADDEE</color>
</resources> \ No newline at end of file