Welcome Neo Store of Neo Applications

This commit is contained in:
machiav3lli 2022-03-18 22:53:55 +01:00
parent af546ce427
commit 46d5975e4c
24 changed files with 103 additions and 69 deletions

View File

@ -1,8 +1,4 @@
<div align="center">
<img width="" src="src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" alt="Droid-ify" align="center">
# Droid-ify
# Neo Store <img title="" src="src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" align="left" width="64">
### A quick material F-Droid client.
@ -12,24 +8,11 @@
[![Github release](https://img.shields.io/github/v/release/Iamlooker/Droid-ify?display_name=tag)](https://github.com/Iamlooker/Droid-ify/releases/latest)
[![Small translation badge](https://hosted.weblate.org/widgets/droidify/-/localization/svg-badge.svg)](https://hosted.weblate.org/engage/droidify/?utm_source=widget)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt="Get it on IzzyDroid"
width="48%" align="center">](https://android.izzysoft.de/repo/apk/com.looker.droidify)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
width="48%" align="center">](https://f-droid.org/packages/com.looker.droidify)
[<img src="https://github.com/WeblateOrg/weblate/blob/main/weblate/static/weblate.svg"
alt="Weblate"
width="40%" align="center">](https://hosted.weblate.org/projects/droidify/localization/)
&nbsp;&nbsp;
[<img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg"
alt="Join Telegram Channel"
width="25%" align="center">](https://t.me/droid_ify)
[<img src = "https://hosted.weblate.org/widgets/droidify/-/open-graph.png"
alt= "Translation State"
width="60%" align="center">](https://hosted.weblate.org/projects/droidify/localization/)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyDroid" width="38%" align="center">](https://android.izzysoft.de/repo/apk/com.looker.droidify)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="38%" align="center">](https://f-droid.org/packages/com.looker.droidify)
[<img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg" alt="Join Telegram Channel" width="13%" align="center">](https://t.me/droid_ify)
<div align="left">
![](neo_banner.png)
## :book: Features
@ -42,25 +25,25 @@ width="60%" align="center">](https://hosted.weblate.org/projects/droidify/locali
### :sun_with_face: Light theme
| <img src="metadata/en-US/images/phoneScreenshots/home-light.png" width="500" align="center"/> | <img src="metadata/en-US/images/phoneScreenshots/app-light.png" width="500" align="center"/>
|:---:|:---:|
| <img src="metadata/en-US/images/phoneScreenshots/home-light.png" width="500" align="center"/> | <img src="metadata/en-US/images/phoneScreenshots/app-light.png" width="500" align="center"/> |
|:---------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|
### :last_quarter_moon_with_face: Dark theme
| <img src="metadata/en-US/images/phoneScreenshots/home-dark.png" width="500" align="center"/> | <img src="metadata/en-US/images/phoneScreenshots/app-dark.png" width="500" align="center"/>
|:---:|:---:|
| <img src="metadata/en-US/images/phoneScreenshots/home-dark.png" width="500" align="center"/> | <img src="metadata/en-US/images/phoneScreenshots/app-dark.png" width="500" align="center"/> |
|:--------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:|
### :waxing_crescent_moon: Amoled theme
| <img src="metadata/en-US/images/phoneScreenshots/home-amoled.png" width="500" align="center"/> | <img src="metadata/en-US/images/phoneScreenshots/app-amoled.png" width="500" align="center"/>
|:---:|:---:|
| <img src="metadata/en-US/images/phoneScreenshots/home-amoled.png" width="500" align="center"/> | <img src="metadata/en-US/images/phoneScreenshots/app-amoled.png" width="500" align="center"/> |
|:----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:|
## :building_construction: Building from source
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, \
or by filling out the `sdk.dir` property in `local.properties`.
### :pen: Signing
### :pen: Signing
Can be done automatically using `keystore.properties` as follows:
@ -77,7 +60,8 @@ Run `./gradlew assembleRelease` to build release package or run `./gradlew assem
All of these packages can be installed using the Android package manager
## 👁️‍🗨️ Translations
## 👁️‍🗨️ Translations [<img align="right" src="https://hosted.weblate.org/widgets/droidify/-/287x66-white.png" alt="Übersetzungsstatus" />](https://hosted.weblate.org/engage/droidify/?utm_source=widget)
Help us translate Droid-ify on [Hosted Weblate](https://hosted.weblate.org/engage/droidify/). \
[![Translation status](https://hosted.weblate.org/widgets/droidify/-/multi-auto.svg)](https://hosted.weblate.org/engage/droidify/?utm_source=widget)

View File

@ -57,13 +57,21 @@ android {
minifyEnabled = false
shrinkResources = false
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"
resValue "string", "application_name", "Droid-ify-Debug"
versionNameSuffix = "-alpha1"
resValue "string", "application_name", "Neo Store-Debug"
manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher_debug",
appIconRound: "@mipmap/ic_launcher_round_debug"
]
}
release {
minifyEnabled = true
shrinkResources = true
resValue "string", "application_name", "Droid-ify"
resValue "string", "application_name", "Neo Store"
manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher",
appIconRound: "@mipmap/ic_launcher_round"
]
}
all {
crunchPngs = false
@ -155,13 +163,6 @@ dependencies {
// Coroutines / Lifecycle
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
// Paging
implementation 'androidx.paging:paging-runtime-ktx:3.1.0'
// Room
implementation 'androidx.room:room-runtime:2.4.2'
implementation 'androidx.room:room-ktx:2.4.2'
implementation 'androidx.room:room-rxjava3:2.4.2'
kapt 'androidx.room:room-compiler:2.4.2'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1 +1 @@
Material-ify with Droid-ify.
A modern F-Droid client with Material Design.

View File

@ -13,4 +13,4 @@ dependencyResolutionManagement {
maven { url "https://jitpack.io" }
}
}
rootProject.name = "Droidify"
rootProject.name = "Neo Store"

View File

@ -15,7 +15,8 @@
<application
android:name=".MainApplication"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:icon="${appIcon}"
android:roundIcon="${appIconRound}"
android:label="@string/application_name"
android:supportsRtl="true"
android:theme="@style/MainTheme"

View File

@ -1,30 +1,35 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="512.001"
android:viewportHeight="512.001">
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#00aaff"
android:pathData="m187.946,388.697c-9.456,0.013 -12.948,-3.569 -12.961,-13.224l-0.127,-96.23c-0.013,-9.371 4.108,-11.987 13.329,-11.975l141.905,0.028c9.904,0.098 13.23,4.047 13.216,11.989l-0.167,95.665c-0.004,9.168 -3.035,13.534 -14.865,13.55z"
android:strokeWidth="0.897166" />
android:fillColor="#2D5"
android:pathData="m278.326,226.486c-14.914,5.831 -22.572,-8.743 -13.054,-20.391 1.503,-1.541 2.779,-2.83 3.546,-3.56 12.712,-12.106 25.239,-17.21 46.079,-17.21 37.883,0 70.676,30.607 70.676,70.676 0,40.069 -31.432,69.655 -69.315,69.655 -27.477,0 -59.095,-12.869 -69.638,-65.842 -8.319,-41.799 -29.128,-50.93 -49.515,-50.93 -26.514,0 -47.117,22.004 -47.117,47.117 0,25.221 20.437,47.117 47.117,47.117 12.289,0 27.318,-2.508 36.404,-17.594 9.32,-7.471 24.379,3.995 16.251,17.213 -11.758,16.555 -34.856,23.94 -52.655,23.94 -40.069,0 -70.676,-32.793 -70.676,-70.676 0,-37.79 30.791,-70.676 70.676,-70.676 33.601,0 57.4,15.777 69.638,64.481 10.685,42.521 22.252,53.226 48.155,53.312 25.838,0.086 47.117,-20.437 47.117,-47.117 0,-26.681 -21.896,-47.117 -47.117,-47.117 -14.736,0 -21.463,2.74 -29.832,10.711 -1.106,1.054 -6.739,6.892 -6.739,6.892z" />
<path
android:fillColor="#22dd55"
android:pathData="M226.023,206.806a10.942,9.379 90,1 0,18.758 0a10.942,9.379 90,1 0,-18.758 0z"
android:strokeWidth="0.8184382" />
android:fillColor="#ADF"
android:pathData="m169.255,228.755c0,-3.581 2.906,-6.516 6.487,-6.487L217.529,222.609c3.581,0.029 6.487,2.906 6.487,6.487 0,3.581 -2.906,6.516 -6.487,6.487L175.742,235.242c-3.581,-0.029 -6.487,-2.906 -6.487,-6.487zM227.395,250.518L160.093,250.518c-3.581,0 -6.487,2.906 -6.487,6.487 0,3.581 2.906,6.487 6.487,6.487L227.395,263.492c3.581,0 6.487,-2.906 6.487,-6.487 0,-3.581 -2.903,-6.487 -6.487,-6.487zM215.488,277.067 L175.742,277.407c-3.581,0.03 -6.487,2.906 -6.487,6.487 0,3.581 2.906,6.518 6.487,6.487L215.488,290.041c3.581,-0.03 6.487,-2.906 6.487,-6.487 0,-3.581 -2.903,-6.518 -6.487,-6.487z" />
<path
android:fillColor="#22dd55"
android:pathData="M273.677,206.806a10.942,9.379 90,1 0,18.758 0a10.942,9.379 90,1 0,-18.758 0z"
android:strokeWidth="0.81844443" />
android:fillColor="#ADF"
android:pathData="m300.603,276.061c-0.965,-0.469 -2.865,-2.027 -4.421,-3.625 -4.017,-4.127 -6.618,-9.763 -7.148,-15.485 -0.108,-1.161 -0.107,-3.836 0.001,-4.988 0.821,-8.761 6.231,-16.672 14.144,-20.683 2.41,-1.222 5.155,-2.107 7.906,-2.549 1.096,-0.176 5.033,-0.248 6.493,-0.119 4.346,0.384 9.07,2.205 12.692,4.892 5.251,3.895 8.856,9.526 10.115,15.799 0.402,2.004 0.449,2.559 0.445,5.237 -0.003,2.121 -0.03,2.659 -0.177,3.599 -0.628,4.013 -1.962,7.467 -4.152,10.752 -1.095,1.643 -1.689,2.356 -3.265,3.925 -1.43,1.424 -2.966,2.689 -3.845,3.166 -0.47,0.255 -0.538,0.269 -1.353,0.269 -0.759,0 -0.913,-0.025 -1.323,-0.218 -0.843,-0.395 -1.475,-1.119 -1.744,-1.997 -0.245,-0.802 -1.395,-6.787 -1.715,-8.926 -0.169,-1.128 -0.161,-1.888 0.024,-2.374 0.082,-0.216 0.438,-0.87 0.792,-1.452 1.223,-2.016 1.8,-3.349 1.998,-4.62 0.122,-0.783 0.122,-3.619 -0.001,-4.41 -0.486,-3.131 -3.132,-6.542 -6.242,-8.046 -1.497,-0.724 -2.43,-0.945 -4.261,-1.01 -2.736,-0.096 -4.468,0.29 -6.307,1.406 -0.919,0.558 -1.523,1.038 -2.364,1.879 -1.177,1.177 -1.854,2.155 -2.477,3.583 -0.48,1.097 -0.663,1.889 -0.767,3.316 -0.226,3.089 0.208,4.772 1.99,7.717 0.417,0.688 0.828,1.436 0.914,1.661 0.3,0.78 0.113,2.284 -0.973,7.85 -0.741,3.796 -0.852,4.13 -1.603,4.832 -0.616,0.576 -1.177,0.797 -2.109,0.832 -0.722,0.026 -0.812,0.012 -1.267,-0.21z" />
<path
android:fillColor="#aaddff"
android:pathData="m245.049,354.531c-1.047,-0.509 -3.108,-2.199 -4.795,-3.933 -4.357,-4.477 -7.179,-10.59 -7.754,-16.798 -0.117,-1.259 -0.116,-4.161 0.001,-5.411 0.89,-9.503 6.759,-18.085 15.343,-22.437 2.614,-1.325 5.592,-2.285 8.577,-2.765 1.189,-0.191 5.459,-0.27 7.044,-0.13 4.714,0.417 9.839,2.392 13.768,5.306 5.697,4.226 9.607,10.333 10.973,17.138 0.436,2.174 0.487,2.775 0.482,5.681 -0.004,2.301 -0.033,2.885 -0.192,3.904 -0.681,4.353 -2.128,8.1 -4.504,11.664 -1.188,1.782 -1.832,2.556 -3.541,4.258 -1.552,1.545 -3.218,2.917 -4.171,3.434 -0.51,0.277 -0.584,0.291 -1.468,0.291 -0.823,0 -0.99,-0.027 -1.435,-0.236 -0.915,-0.429 -1.6,-1.214 -1.892,-2.167 -0.266,-0.87 -1.513,-7.362 -1.86,-9.683 -0.183,-1.224 -0.175,-2.048 0.026,-2.576 0.089,-0.234 0.476,-0.943 0.859,-1.575 1.326,-2.187 1.952,-3.633 2.168,-5.012 0.133,-0.849 0.132,-3.926 -0.001,-4.784 -0.527,-3.396 -3.398,-7.096 -6.771,-8.728 -1.624,-0.786 -2.636,-1.025 -4.622,-1.095 -2.968,-0.105 -4.847,0.314 -6.842,1.526 -0.997,0.605 -1.652,1.126 -2.564,2.038 -1.277,1.277 -2.011,2.338 -2.687,3.886 -0.52,1.19 -0.719,2.049 -0.832,3.597 -0.245,3.351 0.226,5.177 2.158,8.371 0.452,0.747 0.898,1.557 0.992,1.801 0.325,0.847 0.123,2.478 -1.056,8.516 -0.804,4.118 -0.924,4.48 -1.739,5.242 -0.668,0.625 -1.277,0.865 -2.288,0.902 -0.783,0.029 -0.88,0.013 -1.375,-0.228z"
android:strokeWidth="2.2381914" />
android:fillColor="@color/ic_launcher_background"
android:pathData="M300.443,197.277a4.774,4.092 90,1 0,8.183 0a4.774,4.092 90,1 0,-8.183 0z" />
<path
android:fillColor="#00aaff"
android:pathData="m236.38,267.246c-0.1,-1.078 -0.102,-3.676 -0.001,-4.746 0.762,-8.134 5.785,-15.479 13.132,-19.204 2.238,-1.134 4.786,-1.956 7.341,-2.366 1.017,-0.163 4.673,-0.231 6.029,-0.111 4.035,0.357 8.421,2.047 11.784,4.542 4.876,3.617 8.197,8.916 9.366,14.741 0.374,1.861 0.351,4.634 0.346,7.121l-13.449,0.035c0.114,-0.727 -0.05,-3.755 -0.164,-4.489 -0.451,-2.907 -2.908,-6.074 -5.795,-7.47 -1.39,-0.672 -2.256,-0.877 -3.956,-0.937 -2.54,-0.09 -4.148,0.269 -5.856,1.306 -3.754,2.413 -6.054,6.847 -5.504,11.589z"
android:strokeWidth="1.9156897" />
android:fillColor="@color/ic_launcher_background"
android:pathData="M321.231,197.277a4.774,4.092 90,1 0,8.183 0a4.774,4.092 90,1 0,-8.183 0z" />
<path
android:fillColor="#22dd55"
android:pathData="m200.196,238.575c-4.339,0.006 -6.554,-2.604 -6.554,-7.797 0,-36.289 29.524,-65.812 65.812,-65.812 36.288,0 65.812,29.523 65.812,65.812 0.21,3.857 -1.378,7.416 -4.551,7.258v-0l-24.14,0.234c-8.389,0.036 -7.911,17.9 0.411,17.887l37.385,-0.104c5.028,-0.014 9.105,-4.076 9.105,-9.105v-16.169c0.002,-25.875 -11.759,-49.053 -30.213,-64.478v-0l18.058,-18.058c3.555,-3.555 3.555,-9.321 0,-12.878 -3.557,-3.555 -9.32,-3.555 -12.878,0l-20.657,20.657c-11.499,-5.92 -24.532,-9.265 -38.331,-9.265 -13.799,0 -26.832,3.345 -38.331,9.265l-20.657,-20.657c-3.557,-3.555 -9.32,-3.555 -12.878,0 -3.555,3.555 -3.555,9.321 0,12.878l18.058,18.058c-18.453,15.425 -30.215,38.604 -30.215,64.48v16.169c0,0.013 0.002,0.026 0.002,0.038 0,0.013 -0.002,0.026 -0.002,0.038 0.212,4.128 3.683,9.016 9.28,9.158l40.412,-0.039c7.19,-0.01 7.453,-17.57 -0.022,-17.625"
android:strokeWidth="0.625282" />
android:fillColor="#00000000"
android:pathData="M291.191,179.923L297.912,187.259"
android:strokeWidth="7"
android:strokeColor="#2D5"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M338.868,179.923L332.147,187.259"
android:strokeWidth="7"
android:strokeColor="#2D5"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>

View File

@ -0,0 +1,35 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#7FA"
android:pathData="m278.326,226.486c-14.914,5.831 -22.572,-8.743 -13.054,-20.391 1.503,-1.541 2.779,-2.83 3.546,-3.56 12.712,-12.106 25.239,-17.21 46.079,-17.21 37.883,0 70.676,30.607 70.676,70.676 0,40.069 -31.432,69.655 -69.315,69.655 -27.477,0 -59.095,-12.869 -69.638,-65.842 -8.319,-41.799 -29.128,-50.93 -49.515,-50.93 -26.514,0 -47.117,22.004 -47.117,47.117 0,25.221 20.437,47.117 47.117,47.117 12.289,0 27.318,-2.508 36.404,-17.594 9.32,-7.471 24.379,3.995 16.251,17.213 -11.758,16.555 -34.856,23.94 -52.655,23.94 -40.069,0 -70.676,-32.793 -70.676,-70.676 0,-37.79 30.791,-70.676 70.676,-70.676 33.601,0 57.4,15.777 69.638,64.481 10.685,42.521 22.252,53.226 48.155,53.312 25.838,0.086 47.117,-20.437 47.117,-47.117 0,-26.681 -21.896,-47.117 -47.117,-47.117 -14.736,0 -21.463,2.74 -29.832,10.711 -1.106,1.054 -6.739,6.892 -6.739,6.892z" />
<path
android:fillColor="#BEF"
android:pathData="m169.255,228.755c0,-3.581 2.906,-6.516 6.487,-6.487L217.529,222.609c3.581,0.029 6.487,2.906 6.487,6.487 0,3.581 -2.906,6.516 -6.487,6.487L175.742,235.242c-3.581,-0.029 -6.487,-2.906 -6.487,-6.487zM227.395,250.518L160.093,250.518c-3.581,0 -6.487,2.906 -6.487,6.487 0,3.581 2.906,6.487 6.487,6.487L227.395,263.492c3.581,0 6.487,-2.906 6.487,-6.487 0,-3.581 -2.903,-6.487 -6.487,-6.487zM215.488,277.067 L175.742,277.407c-3.581,0.03 -6.487,2.906 -6.487,6.487 0,3.581 2.906,6.518 6.487,6.487L215.488,290.041c3.581,-0.03 6.487,-2.906 6.487,-6.487 0,-3.581 -2.903,-6.518 -6.487,-6.487z" />
<path
android:fillColor="#BEF"
android:pathData="m300.603,276.061c-0.965,-0.469 -2.865,-2.027 -4.421,-3.625 -4.017,-4.127 -6.618,-9.763 -7.148,-15.485 -0.108,-1.161 -0.107,-3.836 0.001,-4.988 0.821,-8.761 6.231,-16.672 14.144,-20.683 2.41,-1.222 5.155,-2.107 7.906,-2.549 1.096,-0.176 5.033,-0.248 6.493,-0.119 4.346,0.384 9.07,2.205 12.692,4.892 5.251,3.895 8.856,9.526 10.115,15.799 0.402,2.004 0.449,2.559 0.445,5.237 -0.003,2.121 -0.03,2.659 -0.177,3.599 -0.628,4.013 -1.962,7.467 -4.152,10.752 -1.095,1.643 -1.689,2.356 -3.265,3.925 -1.43,1.424 -2.966,2.689 -3.845,3.166 -0.47,0.255 -0.538,0.269 -1.353,0.269 -0.759,0 -0.913,-0.025 -1.323,-0.218 -0.843,-0.395 -1.475,-1.119 -1.744,-1.997 -0.245,-0.802 -1.395,-6.787 -1.715,-8.926 -0.169,-1.128 -0.161,-1.888 0.024,-2.374 0.082,-0.216 0.438,-0.87 0.792,-1.452 1.223,-2.016 1.8,-3.349 1.998,-4.62 0.122,-0.783 0.122,-3.619 -0.001,-4.41 -0.486,-3.131 -3.132,-6.542 -6.242,-8.046 -1.497,-0.724 -2.43,-0.945 -4.261,-1.01 -2.736,-0.096 -4.468,0.29 -6.307,1.406 -0.919,0.558 -1.523,1.038 -2.364,1.879 -1.177,1.177 -1.854,2.155 -2.477,3.583 -0.48,1.097 -0.663,1.889 -0.767,3.316 -0.226,3.089 0.208,4.772 1.99,7.717 0.417,0.688 0.828,1.436 0.914,1.661 0.3,0.78 0.113,2.284 -0.973,7.85 -0.741,3.796 -0.852,4.13 -1.603,4.832 -0.616,0.576 -1.177,0.797 -2.109,0.832 -0.722,0.026 -0.812,0.012 -1.267,-0.21z" />
<path
android:fillColor="@color/ic_launcher_background_debug"
android:pathData="M300.443,197.277a4.774,4.092 90,1 0,8.183 0a4.774,4.092 90,1 0,-8.183 0z" />
<path
android:fillColor="@color/ic_launcher_background_debug"
android:pathData="M321.231,197.277a4.774,4.092 90,1 0,8.183 0a4.774,4.092 90,1 0,-8.183 0z" />
<path
android:fillColor="#00000000"
android:pathData="M291.191,179.923L297.912,187.259"
android:strokeWidth="7"
android:strokeColor="#7FA"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M338.868,179.923L332.147,187.259"
android:strokeWidth="7"
android:strokeColor="#7FA"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/md_theme_light_surface" />
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background_debug" />
<foreground android:drawable="@drawable/ic_launcher_foreground_debug" />
</adaptive-icon>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/md_theme_light_surface" />
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background_debug" />
<foreground android:drawable="@drawable/ic_launcher_foreground_debug" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2,6 +2,8 @@
<resources>
<color name="pitch_black">#000000</color>
<color name="grey_dark">#2C2C2C</color>
<color name="ic_launcher_background">#F1FEF1</color>
<color name="ic_launcher_background_debug">#414942</color>
<color name="md_theme_light_primary">#006D3E</color>
<color name="md_theme_light_onPrimary">#FFFFFF</color>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>