32 lines
No EOL
1.2 KiB
XML
32 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:clipToPadding="false"
|
|
android:padding="@dimen/map_button_margin">
|
|
|
|
<ImageButton
|
|
android:id="@+id/map_quick_actions_button"
|
|
android:layout_width="@dimen/map_button_size"
|
|
android:layout_height="@dimen/map_button_size"
|
|
android:background="@drawable/btn_circle_blue"
|
|
android:contentDescription="@string/zoomIn"
|
|
android:layout_gravity="bottom|right"
|
|
android:visibility="gone"
|
|
tools:visibility="visible"
|
|
tools:src="@drawable/ic_action_test_light"/>
|
|
</FrameLayout>
|
|
|
|
<net.osmand.plus.quickaction.QuickActionsWidget
|
|
android:id="@+id/quick_action_widget"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
tools:visibility="visible"
|
|
android:visibility="gone"/>
|
|
</FrameLayout> |