aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/darkred.xml
blob: 1313cc2f66222cdc886edb0c9331879cedab12cf (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="#ffcc0000" />
</shape>