forked from github/wulkanowy-mirror
Migrate to AndroidX (#169)
This commit is contained in:

committed by
Mikołaj Pich

parent
f35d9d4b93
commit
b680cc4366
BIN
app/src/main/res/drawable/img_splash_logo.png
Normal file
BIN
app/src/main/res/drawable/img_splash_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
12
app/src/main/res/drawable/layer_splash_background.xml
Normal file
12
app/src/main/res/drawable/layer_splash_background.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="#FFF" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="left|right|top|bottom"
|
||||
android:src="@drawable/img_splash_logo" />
|
||||
</item>
|
||||
</layer-list>
|
Reference in New Issue
Block a user