-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reformatted color values * Added adaptive icons support (API 26+) Changed legacy icons to reflect the change Added missing round legacy icon
- Loading branch information
1 parent
af9faf5
commit 26c2325
Showing
19 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportWidth="1347.3684" | ||
android:viewportHeight="1347.3684"> | ||
<group android:translateX="417.6842" | ||
android:translateY="417.6842"> | ||
<path | ||
android:pathData="M255.948,0.004C233.159,55.876 219.414,92.422 194.042,146.633 209.599,163.123 228.693,182.326 259.702,204.014 226.364,190.295 203.624,176.522 186.629,162.23 154.158,229.987 103.284,326.503 0.045,512.002 81.188,465.157 144.087,436.277 202.707,425.257 200.19,414.43 198.759,402.72 198.856,390.501l0.096,-2.599c1.288,-51.986 28.331,-91.963 60.365,-89.248 32.035,2.714 56.935,47.083 55.648,99.068 -0.242,9.782 -1.345,19.192 -3.273,27.92 57.983,11.343 120.211,40.149 200.255,86.36 -15.783,-29.058 -29.871,-55.251 -43.324,-80.198 -21.191,-16.425 -43.295,-37.801 -88.382,-60.943 30.99,8.053 53.179,17.343 70.474,27.728C313.931,143.92 302.854,110.08 255.948,0.004Z" | ||
android:strokeWidth="1.48405087" | ||
android:fillColor="#ffffff" | ||
android:strokeColor="#00000000" | ||
android:fillType="evenOdd" | ||
android:fillAlpha="1"/> | ||
</group> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="colorPrimary">#0288d1</color> | ||
|
||
<color name="colorPrimary">@color/archBlue</color> | ||
<color name="colorPrimaryDark">#272727</color> | ||
<color name="colorAccent">#2196f3</color> | ||
<color name="colorAccent">@color/colorPrimary</color> | ||
|
||
<color name="white">#ffffff</color> | ||
<color name="gray">#ccc</color> | ||
<color name="wikiHeader">#333</color> | ||
<color name="wikiBottomBar">#08c</color> | ||
<color name="archBlue">#1793D1</color> | ||
<color name="white">#FFFFFF</color> | ||
<color name="gray">#CCCCCC</color> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">@color/archBlue</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters