mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-10 12:10:29 -06:00
9 lines
297 B
XML
9 lines
297 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<shape
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
|
||
|
<corners android:radius="4dp" />
|
||
|
<stroke android:color="@color/dividerColor" android:width="1dp" />
|
||
|
<solid android:color="#00000000" />
|
||
|
</shape>
|