mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-19 13:26:45 -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> |