[android] add: "Beta" overlay icon for bicycle router.

This commit is contained in:
Alexander Marchuk 2016-06-09 19:51:17 +03:00 committed by Vladimir Byko-Ianko
parent c9578b1e91
commit af882cd7aa
6 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -2,7 +2,6 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:wheel="http://schemas.android.com/apk/res-auto"
android:id="@+id/planning_frame"
style="@style/MwmWidget.Floating.Panel"
android:layout_width="match_parent"
@ -64,6 +63,13 @@
tools:buttonTint="?iconTintLight"/>
</RadioGroup>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/route_type"
android:layout_alignRight="@id/route_type"
android:src="@drawable/ic_bicycle_beta"/>
<LinearLayout
android:id="@+id/numbers"
android:layout_width="wrap_content"