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

18 lines
No EOL
714 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:osmand="http://schemas.android.com/apk/res-auto"
android:id="@+id/topShadowView"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:layout_width="match_parent"
android:layout_height="6dp"/>
<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>