mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-20 05:46:46 -06:00
7 lines
236 B
XML
7 lines
236 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape android:shape="rectangle"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="4dp" />
|
|
<solid android:color="@color/colorSurface_4dp" />
|
|
</shape> |