shape_txt_shadow_bg.xml 494 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners
        android:bottomLeftRadius="4dp"
        android:bottomRightRadius="4dp"
        android:topLeftRadius="0dp"
        android:topRightRadius="0dp" />
    <gradient
        android:angle="90"
        android:endColor="#00000000"
        android:startColor="#4d000000"
        android:type="linear"
        android:useLevel="true" />
</shape>