Update splashscreen
This commit is contained in:
parent
2950bc1d91
commit
ca1b6560e0
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 71 KiB |
BIN
res/drawable-xhdpi/splashscreen_logo.png
Normal file
BIN
res/drawable-xhdpi/splashscreen_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -6,8 +6,8 @@
|
|||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/splashscreen"
|
||||
android:scaleType="fitXY" />
|
||||
android:src="@drawable/splashscreen_logo"
|
||||
android:scaleType="center"/>
|
||||
|
||||
<ProgressBar
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue