mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-12 21:20:29 -06:00
7 lines
243 B
XML
7 lines
243 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" />
|
||
|
<stroke android:width="1dp" android:color="#1e000000" />
|
||
|
</shape>
|