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!");
|
||||
}
|
||||
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 =
|
||||
root.findViewById(R.id.module_map_amap_my_location_iv);
|
||||
iv.setImageBitmap(res);
|
||||
|
||||
Reference in New Issue
Block a user