Landscape
This commit is contained in:
parent
7596f1ffcf
commit
93ac2be6ec
1 changed files with 30 additions and 31 deletions
|
@ -7,8 +7,9 @@
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content" >
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="bottom|left"
|
||||||
|
>
|
||||||
<!-- ALARM -->
|
<!-- ALARM -->
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
@ -69,8 +70,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom|left"
|
android:layout_gravity="bottom|left"
|
||||||
android:layout_marginBottom="@dimen/map_button_margin"
|
android:layout_marginBottom="@dimen/map_button_margin"
|
||||||
android:layout_marginRight="@dimen/map_button_spacing_land"
|
|
||||||
android:layout_marginLeft="@dimen/map_button_margin"
|
android:layout_marginLeft="@dimen/map_button_margin"
|
||||||
|
android:layout_marginRight="@dimen/map_button_spacing_land"
|
||||||
android:orientation="horizontal" >
|
android:orientation="horizontal" >
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
|
@ -84,21 +85,26 @@
|
||||||
android:id="@+id/map_route_info_button"
|
android:id="@+id/map_route_info_button"
|
||||||
android:layout_width="@dimen/map_button_size"
|
android:layout_width="@dimen/map_button_size"
|
||||||
android:layout_height="@dimen/map_button_size"
|
android:layout_height="@dimen/map_button_size"
|
||||||
android:layout_gravity="bottom"
|
|
||||||
android:layout_marginLeft="@dimen/map_button_spacing_land"
|
android:layout_marginLeft="@dimen/map_button_spacing_land"
|
||||||
android:background="@drawable/btn_round"
|
android:background="@drawable/btn_round"
|
||||||
android:src="@drawable/ic_action_remove_light" />
|
android:src="@drawable/ic_action_remove_light" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
<FrameLayout
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="bottom"
|
||||||
|
android:layout_marginBottom="@dimen/map_button_margin"
|
||||||
|
android:layout_weight="1" >
|
||||||
|
|
||||||
<!-- RULER -->
|
<!-- RULER -->
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/map_ruler_layout"
|
android:id="@+id/map_ruler_layout"
|
||||||
android:layout_width="@dimen/map_ruler_width"
|
android:layout_width="@dimen/map_ruler_width"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom" >
|
||||||
android:visibility="gone" >
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/map_ruler_text"
|
android:id="@+id/map_ruler_text"
|
||||||
|
@ -118,13 +124,6 @@
|
||||||
android:background="@drawable/ruler" />
|
android:background="@drawable/ruler" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
<FrameLayout
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="bottom"
|
|
||||||
android:layout_marginBottom="@dimen/map_button_margin"
|
|
||||||
android:layout_weight="1" >
|
|
||||||
|
|
||||||
<!-- TRANSPARENCY -->
|
<!-- TRANSPARENCY -->
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
Loading…
Reference in a new issue