mirror of
https://github.com/hmalik144/DaysLeft.git
synced 2026-01-31 02:41:45 +00:00
6 lines
272 B
XML
6 lines
272 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/two"/>
|
|
<stroke android:width="1dip" android:color="@color/one" />
|
|
<corners android:radius="@dimen/rounding_radius"/>
|
|
</shape> |