mirror of https://github.com/tasks/tasks
Improve importance background
parent
735d65810e
commit
af4b81b15b
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
** Copyright (c) 2012 Todoroo Inc
|
||||||
|
**
|
||||||
|
** See the file "LICENSE" for the full license governing this code.
|
||||||
|
-->
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
<solid
|
||||||
|
android:color="#111"/>
|
||||||
|
<corners
|
||||||
|
android:radius="4dp" />
|
||||||
|
<size android:width="40dip"
|
||||||
|
android:height="40dip"/>
|
||||||
|
</shape>
|
Loading…
Reference in New Issue