Commit 10155fdd authored by Leonardo Aramaki's avatar Leonardo Aramaki

Add quote.xml drawable

parent a66e6c70
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/darkGray" />
<corners android:radius="2dp" />
<size
android:width="4dp"
android:height="4dp" />
</shape>
\ No newline at end of file
......@@ -17,5 +17,6 @@
<color name="white">#FFFFFFFF</color>
<color name="black">#FF000000</color>
<color name="darkGray">#a0a0a0</color>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment