OsmAnd/OsmAnd/res/layout/mode_view.xml
2017-12-18 18:44:09 +02:00

24 lines
No EOL
863 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/route_info_modes_height"
android:layout_height="@dimen/route_info_modes_height"
xmlns:tools="http://schemas.android.com/tools">
<ImageView
android:id="@+id/app_mode_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:src="@drawable/ic_dashboard_dark"
android:background="?attr/dashboard_button"
android:scaleType="center"/>
<View
android:id="@+id/selection"
android:layout_gravity="bottom"
android:layout_width="match_parent"
android:layout_height="2dp"
android:background="@color/osmand_orange"
android:focusable="false" />
</FrameLayout>