Skip to content

Commit a804d4d

Browse files
authored
Merge pull request #5054 from TrainLCD/release/beta
v10.0.103b🎉
2 parents e631b93 + af2950b commit a804d4d

File tree

35 files changed

+940
-1198
lines changed

35 files changed

+940
-1198
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ android {
142142
dimension "environment"
143143
applicationId "me.tinykitten.trainlcd.dev"
144144
versionNameSuffix "-dev"
145-
versionCode 100000181
146-
versionName "10.0.101"
145+
versionCode 100000183
146+
versionName "10.0.103"
147147
}
148148
prod {
149149
dimension "environment"
150-
versionCode 100000181
151-
versionName "10.0.101"
150+
versionCode 100000183
151+
versionName "10.0.103"
152152
}
153153
}
154154
}
8.13 KB
Loading
5.32 KB
Loading
11.1 KB
Loading
18.6 KB
Loading
26.8 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
2+
<item android:drawable="@color/splashscreen_background"/>
3+
<item>
4+
<bitmap android:gravity="center" android:src="@drawable/splashscreen_logo"/>
5+
</item>
6+
</layer-list>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
22
<item android:drawable="@color/splashscreen_background"/>
3+
<item
4+
android:drawable="@drawable/splashscreen_logo"
5+
android:gravity="center"/>
36
</layer-list>

android/app/src/dev/res/drawable/splashscreen_logo.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:layout_width="match_parent"
4+
android:layout_height="match_parent"
5+
android:background="@color/splashscreen_background">
6+
</FrameLayout>

0 commit comments

Comments
 (0)