2016-07-19 21:58:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout android:id="@+id/bottomShadowView"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/ctx_menu_info_view_bg"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:scaleType="fitXY"
|
|
|
|
android:src="@drawable/bg_shadow_list_bottom"/>
|
|
|
|
|
|
|
|
<View
|
2017-03-26 18:55:44 +02:00
|
|
|
android:id="@+id/bottomMarginView"
|
2016-07-19 21:58:03 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="16dp"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|