mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-08 15:08:15 -07:00
7 lines
No EOL
216 B
XML
7 lines
No EOL
216 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid
|
|
android:color="@color/colorPrimary"/>
|
|
<corners
|
|
android:radius="8dp" />
|
|
</shape> |