forked from organicmaps/organicmaps-tmp
[android] add: "Beta" overlay icon for bicycle router.
This commit is contained in:
parent
c9578b1e91
commit
af882cd7aa
6 changed files with 7 additions and 1 deletions
BIN
android/res/drawable-hdpi/ic_bicycle_beta.png
Normal file
BIN
android/res/drawable-hdpi/ic_bicycle_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 499 B |
BIN
android/res/drawable-mdpi/ic_bicycle_beta.png
Normal file
BIN
android/res/drawable-mdpi/ic_bicycle_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 319 B |
BIN
android/res/drawable-xhdpi/ic_bicycle_beta.png
Normal file
BIN
android/res/drawable-xhdpi/ic_bicycle_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 661 B |
BIN
android/res/drawable-xxhdpi/ic_bicycle_beta.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_bicycle_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 911 B |
BIN
android/res/drawable-xxxhdpi/ic_bicycle_beta.png
Normal file
BIN
android/res/drawable-xxxhdpi/ic_bicycle_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue