Remove legacy code
This commit is contained in:
parent
8d7331fd93
commit
8347b01194
2 changed files with 1 additions and 63 deletions
|
@ -193,38 +193,6 @@
|
||||||
android:src="@drawable/headliner_close"/>
|
android:src="@drawable/headliner_close"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<!-- CONTEXT MENU -->
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/map_context_menu_layout"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="bottom"
|
|
||||||
android:background="@drawable/btn_flat"
|
|
||||||
android:visibility="gone">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:ellipsize="end"
|
|
||||||
android:gravity="center">
|
|
||||||
</TextView>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:layout_width="@dimen/map_address_height"
|
|
||||||
android:layout_height="@dimen/map_address_height"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:background="@drawable/btn_circle_transparent"
|
|
||||||
tools:src="@drawable/ic_action_test_light"/>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:layout_width="@dimen/map_address_height"
|
|
||||||
android:layout_height="@dimen/map_address_height"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:background="@drawable/btn_circle_transparent"
|
|
||||||
tools:src="@drawable/ic_action_test_light"/>
|
|
||||||
</LinearLayout>
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
<!-- RIGHT BUTTONS -->
|
<!-- RIGHT BUTTONS -->
|
||||||
|
|
|
@ -251,36 +251,6 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"/>
|
android:layout_height="match_parent"/>
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/map_context_menu_layout"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="bottom"
|
|
||||||
android:background="@drawable/btn_flat"
|
|
||||||
android:visibility="gone">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:ellipsize="end"
|
|
||||||
android:gravity="center">
|
|
||||||
</TextView>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:layout_width="@dimen/map_address_height"
|
|
||||||
android:layout_height="@dimen/map_address_height"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:background="@drawable/btn_circle_transparent"
|
|
||||||
tools:src="@drawable/ic_action_test_light"/>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:layout_width="@dimen/map_address_height"
|
|
||||||
android:layout_height="@dimen/map_address_height"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:background="@drawable/btn_circle_transparent"
|
|
||||||
tools:src="@drawable/ic_action_test_light"/>
|
|
||||||
</LinearLayout>
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue