Browse Source

neon: Regenerate splash screens

pull/121/head
jld3103 2 years ago
parent
commit
cbf41db6c7
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. BIN
      packages/neon/android/app/src/main/res/drawable-night-hdpi/android12splash.png
  2. BIN
      packages/neon/android/app/src/main/res/drawable-night-mdpi/android12splash.png
  3. BIN
      packages/neon/android/app/src/main/res/drawable-night-xhdpi/android12splash.png
  4. BIN
      packages/neon/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png
  5. BIN
      packages/neon/android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png
  6. 1
      packages/neon/android/app/src/main/res/values-night-v31/styles.xml

BIN
packages/neon/android/app/src/main/res/drawable-night-hdpi/android12splash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
packages/neon/android/app/src/main/res/drawable-night-mdpi/android12splash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
packages/neon/android/app/src/main/res/drawable-night-xhdpi/android12splash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
packages/neon/android/app/src/main/res/drawable-night-xxhdpi/android12splash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
packages/neon/android/app/src/main/res/drawable-night-xxxhdpi/android12splash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

1
packages/neon/android/app/src/main/res/values-night-v31/styles.xml

@ -6,6 +6,7 @@
<item name="android:windowFullscreen">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowSplashScreenBackground">#202020</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
<item name="android:windowSplashScreenIconBackgroundColor">#202020</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.

Loading…
Cancel
Save