aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/mark_green_more.xml
blob: de3f374b0f1483e0c136f0b1c21a4db24f21866e (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <solid android:color="#FF00FF00" />

</shape>