summaryrefslogtreecommitdiff
path: root/bordeaux/apps/AppLauncherWidget/res/drawable/background.xml
blob: 44ba71f6d7640bce4811d4e003ab0e2fd49ed9c9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/Corners">
    <gradient android:startColor="#CC111111" android:endColor="#CC7f7f7f" android:angle="45"/>
    <padding android:left="4dp" android:top="1dp" android:right="4dp" android:bottom="1dp" />
    <corners android:radius="4dp" />
    <stroke android:width="2dp" android:color="#FFAfAfAf"/>
</shape>