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: e61ed69bd7f9f60b7a7eed7a86fd9a2ccb947048 (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="@drawable/ic_launcher_background" />

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

</layer-list>