OsmAnd/OsmAnd/res/layout/list_shadow_header.xml
2020-05-15 10:58:37 +03:00

20 lines
No EOL
783 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/topShadowView"
xmlns:osmand="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/activity_background_color"
android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="16dp"/>
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
osmand:srcCompat="@drawable/bg_shadow_list_top"/>
</LinearLayout>