nextcloud-talk-android/app/src/main/res/drawable/launch_screen.xml
Andy Scherzinger c85312b715
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-22 00:14:35 +01:00

15 lines
418 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/colorPrimary" />
<item
android:drawable="@drawable/ic_logo"
android:gravity="center" />
</layer-list>