version:
update:2021.03.30 fix:更换包名,安装应用时只执行最后一次请求,开机动画测试 add:
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
|
||||
tools:context="com.jiaoguanyi.appstore.activity.SplashActivity">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black"
|
||||
tools:context="com.mjsheng.myappstore.activity.TopActivity">
|
||||
tools:context="com.jiaoguanyi.appstore.activity.TopActivity">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
|
||||
tools:context="com.jiaoguanyi.appstore.activity.SplashActivity">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black"
|
||||
tools:context="com.mjsheng.myappstore.activity.TopActivity">
|
||||
tools:context="com.jiaoguanyi.appstore.activity.TopActivity">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView"
|
||||
|
||||
Reference in New Issue
Block a user