summaryrefslogtreecommitdiffstats
path: root/res/drawable/wallpaper_border.xml
blob: cc5a09d2564b412be3b5357baf09e22150e64bed (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">

    <stroke android:width="2dp" android:color="@android:color/white" />

</shape>