Файл: Messnger_v2.1.0/WoWonder_Messenger/Resources/xml/rounded_shadow_shape.xml
Строк: 28
<?xml version="1.0" encoding="UTF-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<padding
android:left ="2dp"
android:top ="2dp"
android:right ="2dp"
android:bottom="2dp" />
<corners
android:bottomRightRadius="5dp"
android:bottomLeftRadius ="5dp"
android:topLeftRadius ="5dp"
android:topRightRadius ="5dp" />
<gradient
android:startColor="#20000000"
android:endColor ="@android:color/transparent"
android:angle ="90">
</gradient>
</shape>