shape_gradient_00000000_66000000.xml
356 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:bottomLeftRadius="@dimen/rmrb_dp6"
android:bottomRightRadius="@dimen/rmrb_dp6" />
<gradient
android:angle="-90"
android:endColor="#66000000"
android:startColor="#00000000" />
</shape>