mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-20 13:56:44 -06:00
11 lines
300 B
XML
11 lines
300 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
~ Copyright (c) Kacper Ziubryniewicz 2019-11-23
|
||
|
-->
|
||
|
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="oval">
|
||
|
<solid android:color="@color/red500"/>
|
||
|
<size android:width="10dp" android:height="10dp"/>
|
||
|
</shape>
|