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

splashscreen.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6856ad77c08bcbcd10b2f1fc016cc7c2958ef39 (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_splashscreen" />
    </item>

</layer-list>