update:2021.03.30
fix:更换包名,安装应用时只执行最后一次请求,开机动画测试
add:
This commit is contained in:
FHT
2021-03-31 09:52:16 +08:00
parent 402fe64045
commit 388d20d932
139 changed files with 1043 additions and 1243 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"