version:1.0.9
fix: update:更新资源,增加登录,增加检测更新
This commit is contained in:
@@ -232,6 +232,16 @@
|
||||
android:name=".activity.homework.HomeworkDetailsActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="landscape" />
|
||||
<activity
|
||||
android:name=".activity.vip.pay.PayVipActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="landscape"
|
||||
android:theme="@style/AppWhiteTheme" />
|
||||
<activity
|
||||
android:name=".activity.vip.list.VipActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="landscape"
|
||||
android:theme="@style/AppWhiteTheme" />
|
||||
|
||||
|
||||
<receiver
|
||||
@@ -363,11 +373,11 @@
|
||||
|
||||
<meta-data
|
||||
android:name="design_width_in_dp"
|
||||
android:value="640" />
|
||||
android:value="624" />
|
||||
|
||||
<meta-data
|
||||
android:name="design_height_in_dp"
|
||||
android:value="360" />
|
||||
android:value="390" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user