2016-01-02 09:09:33 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-05-13 13:34:36 +02:00
|
|
|
xmlns:osmand="http://schemas.android.com/apk/res-auto"
|
2016-01-29 19:13:48 +01:00
|
|
|
android:id="@+id/bottomShadowView"
|
2016-01-02 09:09:33 +01:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
2020-05-15 09:58:37 +02:00
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
2016-01-02 09:09:33 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:scaleType="fitXY"
|
2020-05-13 13:34:36 +02:00
|
|
|
osmand:srcCompat="@drawable/bg_shadow_list_bottom"/>
|
2016-01-02 09:09:33 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|