mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-04-02 06:44:27 +02:00
9 lines
290 B
XML
9 lines
290 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="2dp" />
|
|
<solid android:color="#DEDEDE" />
|
|
<size
|
|
android:width="32dp"
|
|
android:height="4dp" />
|
|
</shape> |