nextcloud-talk-android/app/src/main/res/drawable/shape_oval.xml

11 lines
335 B
XML
Raw Normal View History

<?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>