habitica-android/Habitica/res/drawable/widget_add_reward_background.xml

11 lines
247 B
XML
Raw Permalink Normal View History

2016-09-12 19:11:35 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<!-- view background color -->
<solid
android:color="@color/brand_100" >
</solid>
</shape>