mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 22:21:57 +03:00
ff23ced3ac
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
11 lines
No EOL
335 B
XML
11 lines
No EOL
335 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Nextcloud Talk - Android Client
|
|
~
|
|
~ SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
<solid android:color="#000000" />
|
|
</shape> |