aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/red.xml
blob: abdc07d6f4d64298dbfacf4cb8dd5bba4eb7f3d7 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="rectangle">
    <solid android:color="#FFe92727" />
</shape>