mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 04:37:25 +01:00
Transparent branding images
This works better on light themes
This commit is contained in:
parent
b9e61518a4
commit
8ef3867610
BIN
app/src/main/res/drawable-hdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-hdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
app/src/main/res/drawable-mdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-mdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
app/src/main/res/drawable-xhdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
app/src/main/res/drawable-xxhdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
@ -4,7 +4,7 @@
|
||||
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">#000000</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding_transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
|
||||
</item>
|
||||
<item name="android:statusBarColor">#000000</item>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">#FFFFFF</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding_transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
|
||||
</item>
|
||||
<item name="android:statusBarColor">#FFFFFF</item>
|
||||
|
Loading…
Reference in New Issue
Block a user