Make some widgets not visible by default
This commit is contained in:
parent
a06e1a158f
commit
7b3a1d506a
2 changed files with 3 additions and 2 deletions
|
@ -194,6 +194,7 @@
|
|||
android:layout_gravity="top|center"
|
||||
android:layout_marginTop="@dimen/map_button_margin"
|
||||
android:background="@drawable/btn_round"
|
||||
android:visibility="gone"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -149,11 +149,11 @@
|
|||
android:layout_gravity="top|left"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<!--
|
||||
<include layout="@layout/map_hud_widget" />
|
||||
|
||||
<include layout="@layout/map_hud_widget" />
|
||||
|
||||
<include layout="@layout/map_hud_widget" />
|
||||
-->
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue