mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-21 23:45:39 +01:00
9 lines
No EOL
299 B
XML
9 lines
No EOL
299 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="8dp" />
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="#33FFFFFF" />
|
|
<solid android:color="#1AFFFFFF" />
|
|
</shape> |