aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/actionbar_separator.xml
blob: a82b58ee8ad403b134e8d904dd432eb6c4c019e4 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <gradient
        android:angle="0"
        android:endColor="#AAFFFFFF"
        android:startColor="#44000000" />

</shape>