Skip to content

Commit

Permalink
Fixed display of initial startup screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sakusaku3939 committed Jun 22, 2024
1 parent d9f2d74 commit 9ced89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
compileSdk 33
versionCode 35
versionCode 36
versionName "8.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0.0" />
android:alpha="0.4" />

0 comments on commit 9ced89c

Please sign in to comment.