session-android/res/drawable/header_gradient.xml

8 lines
256 B
XML
Raw Normal View History

2011-12-20 19:20:44 +01:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#dddddddd"
android:endColor="#99999999"
android:angle="90"/>
</shape>