hyzp_ybqx-Commit009:已经实现可以服用于区县和“宜宾市”的框架,已经恢复“宜宾市”,但还有bug

This commit is contained in:
WinUser01
2021-12-13 22:44:40 +08:00
parent 8fdc033c45
commit 369a740383
7 changed files with 44 additions and 755 deletions
+2 -1
View File
@@ -34,10 +34,11 @@
<!-- 访问网络,进行地图相关业务数据请求,包括地图数据,路线规划,POI检索等 -->
<uses-permission android:name="android.permission.INTERNET" />
<!--android:label="宜宾市翠屏黑烟抓拍"-->
<application
android:name="com.flutter.hyzp_ybqx.MyApplication"
android:icon="@mipmap/ic_launcher"
android:label="宜宾市翠屏黑烟抓拍"
android:label="宜宾黑烟抓拍"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true"
tools:replace="android:label">
@@ -9,11 +9,10 @@
android:src="@mipmap/launch_image" />
</item> -->
<!--启动图片不覆盖顶部状态栏,S10、S7可设为30dp,普通手机为24dp-->
<!-- android:src="@mipmap/hyzp_ybqx_cuipingqu_launche" />-->
<item android:top="30dp">
<bitmap
android:gravity="center"
android:src="@mipmap/hyzp_ybqx_cuipingqu_launche" />
<!--android:src="@mipmap/hyzp_yibin_launche" />-->
<bitmap android:gravity="center"
android:src="@mipmap/hyzp_yibin_launche" />
</item>
</layer-list>