mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 22:21:57 +03:00
c85312b715
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
15 lines
418 B
XML
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>
|