OsmAnd/OsmAnd/res/layout/card_top_divider.xml

17 lines
605 B
XML
Raw Normal View History

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"
2016-01-29 19:13:48 +01:00
android:id="@+id/topShadowView"
2016-01-02 09:09:33 +01:00
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:layout_width="match_parent"
android:layout_height="6dp"/>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:src="@drawable/bg_shadow_list_top"/>
</LinearLayout>