mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-03-30 21:44:04 +02:00
7 lines
354 B
XML
7 lines
354 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:shape="rectangle">
|
|
<corners android:topLeftRadius="4dp" android:topRightRadius="4dp" />
|
|
<solid android:color="#2196f3" tools:color="?timetable_lesson_cancelled_color" />
|
|
</shape> |