OsmAnd/OsmAnd/res/layout/card_bottom_divider.xml

13 lines
518 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/bottomShadowView"
2016-01-02 09:09:33 +01:00
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:src="@drawable/bg_shadow_list_bottom"/>
</LinearLayout>