2 Commits

Author SHA1 Message Date
Balazs Toldi
0affa4a90d Update build.gradle
Bump version, version code and target sdk
2024-07-19 13:11:49 +02:00
Balazs Toldi
8ef3867610 Transparent branding images
This works better on light themes
2024-07-19 13:10:58 +02:00
8 changed files with 6 additions and 6 deletions

View File

@@ -16,13 +16,13 @@ def getCommitVersionCode = { ->
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "eu.toldi.infinityforlemmy"
minSdk 21
targetSdk 33
versionCode 131
versionName "0.1.2"
targetSdk 34
versionCode 132
versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

View File

@@ -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>

View File

@@ -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>