mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-06 10:47:27 +01:00
Eternity (placeholder?) "branding" on splash screen
This commit is contained in:
parent
4397e09016
commit
343484aff2
BIN
app/src/main/res/drawable-hdpi/branding.png
Normal file
BIN
app/src/main/res/drawable-hdpi/branding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
app/src/main/res/drawable-mdpi/branding.png
Normal file
BIN
app/src/main/res/drawable-mdpi/branding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable-xhdpi/branding.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/branding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
app/src/main/res/drawable-xxhdpi/branding.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/branding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/branding.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/branding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 KiB |
@ -13,7 +13,7 @@
|
||||
<item android:bottom="100dp">
|
||||
<bitmap
|
||||
android:gravity="bottom"
|
||||
android:src="@drawable/splash_branding" />
|
||||
android:src="@drawable/branding" />
|
||||
</item>
|
||||
|
||||
</layer-list>
|
@ -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/splash_branding</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
|
||||
</item>
|
||||
<item name="android:statusBarColor">#000000</item>
|
||||
|
Loading…
Reference in New Issue
Block a user