opt 1+16 浮层布局层级
This commit is contained in:
@@ -98,7 +98,7 @@ public class MyLocationUtil {
|
|||||||
throw new IllegalArgumentException("inflate myLocation bitmap can not be null!");
|
throw new IllegalArgumentException("inflate myLocation bitmap can not be null!");
|
||||||
}
|
}
|
||||||
View root =
|
View root =
|
||||||
LayoutInflater.from(context).inflate(R.layout.module_map_amap_my_location, null, false);
|
LayoutInflater.from(context).inflate(R.layout.module_common_my_location, null, false);
|
||||||
ImageView iv =
|
ImageView iv =
|
||||||
root.findViewById(R.id.module_map_amap_my_location_iv);
|
root.findViewById(R.id.module_map_amap_my_location_iv);
|
||||||
iv.setImageBitmap(res);
|
iv.setImageBitmap(res);
|
||||||
|
|||||||
@@ -36,12 +36,6 @@
|
|||||||
android:layout_width="@dimen/module_main_id_left_panel_fragment_container_width"
|
android:layout_width="@dimen/module_main_id_left_panel_fragment_container_width"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent" />
|
||||||
|
|
||||||
<!-- 浮层-->
|
|
||||||
<FrameLayout
|
|
||||||
android:id="@+id/module_main_id_floating_view"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent" />
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/module_main_id_event_panel_fragment_container"
|
android:id="@+id/module_main_id_event_panel_fragment_container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -52,6 +46,12 @@
|
|||||||
android:paddingTop="@dimen/module_main_apps_fragment_container_paddingTop"
|
android:paddingTop="@dimen/module_main_apps_fragment_container_paddingTop"
|
||||||
android:paddingBottom="@dimen/module_main_apps_fragment_container_paddingTop" />
|
android:paddingBottom="@dimen/module_main_apps_fragment_container_paddingTop" />
|
||||||
|
|
||||||
|
<!-- 浮层-->
|
||||||
|
<FrameLayout
|
||||||
|
android:id="@+id/module_main_id_floating_view"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent" />
|
||||||
|
|
||||||
<!--快捷操作浮层-->
|
<!--快捷操作浮层-->
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/module_main_id_entrance_fragment_container"
|
android:id="@+id/module_main_id_entrance_fragment_container"
|
||||||
|
|||||||
Reference in New Issue
Block a user