2015-01-12 00:24:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<shape android:shape="rectangle">
|
|
|
|
<solid android:color="@color/import_export_item_background_shadow_light" />
|
2015-01-30 06:37:01 +00:00
|
|
|
<corners android:radius="@dimen/message_bubble_corner_radius" />
|
2015-01-12 00:24:19 +00:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
2015-01-30 06:37:01 +00:00
|
|
|
<item android:bottom="@dimen/message_bubble_shadow_distance">
|
2015-01-12 00:24:19 +00:00
|
|
|
<shape>
|
|
|
|
<solid android:color="@color/import_export_item_background_light" />
|
2015-01-30 06:37:01 +00:00
|
|
|
<corners android:radius="@dimen/message_bubble_corner_radius" />
|
2015-01-12 00:24:19 +00:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layer-list>
|