different splash color for day mode
This commit is contained in:
parent
cb705a87c0
commit
284ede02e5
5 changed files with 27 additions and 3 deletions
8
app/src/main/res/drawable-night/ic_splash.xml
Normal file
8
app/src/main/res/drawable-night/ic_splash.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="72dp"
|
||||
android:height="72dp"
|
||||
android:drawable="@drawable/ic_komikku"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
16
app/src/main/res/drawable/ic_komikku_dark.xml
Normal file
16
app/src/main/res/drawable/ic_komikku_dark.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:width="200dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="138.45929"
|
||||
android:viewportHeight="148.9283"
|
||||
>
|
||||
<path
|
||||
android:fillColor="#FF031019"
|
||||
android:pathData="m 1.0568426,104.33228 c -3.32889,-16.52169 1.48158,-30.64454 10.5644504,-43.70793 1.88553,-2.71187 4.54718,-3.98953 7.79934,-3.2861 11.04129,2.3882 18.84085,9.51074 25.48283,18.07103 1.71715,2.21312 1.30574,5.01163 0.0189,7.60538 -1.40342,2.82864 -2.77829,5.69348 -3.85753,8.65483 -1.10968,3.04478 -0.27428,5.0401 3.38311,5.61558 14.05256,2.21106 28.16967,2.30049 42.31615,1.54291 10.49138,-0.56181 20.817487,-2.25125 30.971357,-4.96292 1.46823,-0.3921 2.93286,-0.59723 4.43793,-0.22942 5.76379,1.40859 16.22339,14.54456 16.25555,20.53038 0.0385,7.16273 0.0571,14.32697 -0.0484,21.48859 -0.10132,6.87866 -2.10788,9.52649 -8.89191,10.28207 -27.00576,3.00776 -54.065167,4.99747 -81.012447,-0.32598 -11.45329,-2.26264 -21.68042,-7.10666 -29.99423,-15.80982 -7.14804,-7.48285 -15.0257904,-14.29739 -17.4250504,-25.4686 M 109.16907,128.7173 c 2.31946,-0.18799 4.63959,-0.3682 6.95816,-0.56647 1.7461,-0.14933 3.62763,-0.56308 3.66608,-2.62741 0.1409,-7.57013 0.0558,-15.14447 0.0558,-23.30562 -12.21161,2.35248 -23.610287,4.42868 -35.214297,5.11337 -16.50996,0.97414 -32.93832,0.81496 -48.98185,-3.6748 -10.93975,-3.06148 -15.87729,-12.23267 -12.86075,-23.20369 1.0021,-3.64464 2.53673,-7.14286 3.81337,-10.6679 -7.20505,-5.38643 -8.43029,-5.20134 -12.30503,2.27063 -1.60179,3.08887 -3.31684,6.24639 -4.15985,9.58017 -4.6024904,18.20122 -0.6625904,31.94878 14.15911,40.07296 6.03955,3.31045 12.51904,5.38037 19.29182,6.46884 21.51889,3.45825 43.09815,2.30136 65.577447,0.53992 z"
|
||||
tools:ignore="VectorPath" />
|
||||
<path
|
||||
android:fillColor="#FF031019"
|
||||
android:pathData="m 51.327363,1.2596804 c 20.25138,-1.98632999 40.01407,-1.83711999 59.599537,1.9961 9.96756,1.95082 18.68423,13.2230396 18.681,23.3539696 -0.002,5.99852 0.0591,11.99768 -0.009,17.99541 -0.0855,7.53984 -4.07209,11.01161 -11.27781,8.91757 -20.895977,-6.07256 -42.280157,-7.03688 -63.794017,-6.58189 -7.79869,0.16493 -15.58121,1.2071 -23.365,1.91592 -3.60892,0.32864 -6.25319,-1.19676 -8.94319,-3.50052 -7.22109,-6.18422 -12.16807,-13.2961 -12.8628704,-23.21905 -0.39896,-5.69777 0.25842,-8.4961 5.5620404,-10.7936 11.51771,-4.9893796 23.63296,-7.9351496 36.40928,-10.0839096 M 111.11187,28.80287 c -8e-4,-4.32769 -0.0863,-8.65758 0.0268,-12.98229 0.0781,-2.98662 -1.01233,-4.45604 -4.13068,-5.04126 C 98.965193,9.2699204 90.867773,8.6845504 82.714223,8.4768804 c -20.92398,-0.53292 -41.55191,0.73678 -61.17325,9.1119496 -3.17092,1.3535 -4.35648,2.82541 -3.49164,6.35742 1.60706,6.56314 1.98167,6.94684 9.74898,6.08879 26.15179,-2.8889 52.13501,-2.24829 77.723747,4.36312 4.8945,1.26461 6.04248,-0.34635 5.58979,-5.59529 z"
|
||||
tools:ignore="VectorPath" />
|
||||
</vector>
|
||||
|
|
@ -3,6 +3,6 @@
|
|||
<item
|
||||
android:width="72dp"
|
||||
android:height="72dp"
|
||||
android:drawable="@drawable/ic_komikku"
|
||||
android:drawable="@drawable/ic_komikku_dark"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="splash">#202125</color>
|
||||
<color name="splash">#222020</color>
|
||||
|
||||
<color name="error">#FFB4A9</color>
|
||||
<color name="errorContainer">#930006</color>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="splash">#EAEDE3</color>
|
||||
<color name="splash">#FFEEEE</color>
|
||||
|
||||
<color name="cover_placeholder">#2F888888</color>
|
||||
<color name="cover_placeholder_loading">#888888</color>
|
||||
|
|
|
|||
Loading…
Reference in a new issue