diff --git a/modules/mogo-module-common/src/main/res/drawable-ldpi/module_common_my_location_bg.png b/modules/mogo-module-common/src/main/res/drawable-ldpi/module_common_my_location_bg.png new file mode 100644 index 0000000000..27036dbe7c Binary files /dev/null and b/modules/mogo-module-common/src/main/res/drawable-ldpi/module_common_my_location_bg.png differ diff --git a/modules/mogo-module-common/src/main/res/drawable-mdpi/module_common_my_location_bg.png b/modules/mogo-module-common/src/main/res/drawable-mdpi/module_common_my_location_bg.png new file mode 100644 index 0000000000..27036dbe7c Binary files /dev/null and b/modules/mogo-module-common/src/main/res/drawable-mdpi/module_common_my_location_bg.png differ diff --git a/modules/mogo-module-common/src/main/res/drawable-xhdpi/module_common_my_location_bg.png b/modules/mogo-module-common/src/main/res/drawable-xhdpi/module_common_my_location_bg.png new file mode 100644 index 0000000000..b74dde69b2 Binary files /dev/null and b/modules/mogo-module-common/src/main/res/drawable-xhdpi/module_common_my_location_bg.png differ diff --git a/modules/mogo-module-common/src/main/res/layout/module_common_my_location.xml b/modules/mogo-module-common/src/main/res/layout/module_common_my_location.xml index 690f7b6c48..41f7e8c7d0 100644 --- a/modules/mogo-module-common/src/main/res/layout/module_common_my_location.xml +++ b/modules/mogo-module-common/src/main/res/layout/module_common_my_location.xml @@ -5,7 +5,7 @@ android:id="@+id/module_map_amap_my_location_bg_iv" android:layout_width="@dimen/module_map_amap_my_location_bg_size" android:layout_height="@dimen/module_map_amap_my_location_bg_size" - android:src="@drawable/map_api_ic_current_location2"/> + android:src="@drawable/module_common_my_location_bg"/> implements Weathe private void requestCarModelList() { Map params = new HashMap<>(8); - params.put("sn", Utils.getSn()); -// params.put("sn", "ZD802B1932L00617"); +// params.put("sn", Utils.getSn()); + params.put("sn", "ZD802B1932L00617"); mNetWork.create(UserInfoNetApiServices.class, DztHttpConstant.getBaseUrl()). requestCarModelList(params). subscribeOn(Schedulers.io()).