summaryrefslogtreecommitdiffstats
path: root/res/drawable/wallpaper_none_bg.xml
blob: 782624c216e4ab75d4f2289f2c78939a0649450f (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <solid android:color="@android:color/black"/>

</shape>