fix:
update:更新图标,增加健康码模块
This commit is contained in:
2022-03-02 10:15:09 +08:00
parent 25b0d5d542
commit f6307220f2
25 changed files with 613 additions and 67 deletions

View File

@@ -35,6 +35,10 @@
android:restoreAnyVersion="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".activity.CodeActivity"
android:screenOrientation="portrait"
android:launchMode="singleTask" />
<activity
android:name=".activity.weather.WeatherActivity"
android:launchMode="singleTask"