aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/grey.xml
blob: bdb9383fc1f1fd3c2f95783c63fd70504c5a5c94 (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="#ffdddddd" />
</shape>