Welcome to mirror list, hosted at ThFree Co, Russian Federation.

splash_screen.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d22531b3f68264e515822916080f4bf0ec92325e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@color/defaultBrand" />

    <item>
        <bitmap
            android:gravity="center"
            android:src="@drawable/ic_splash_screen" />
    </item>

</layer-list>