version:
update:2021.03.29 fix:修改为mvp架构,顺序执行,优化连接的次数 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.MainActivity">
|
||||
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
|
||||
@@ -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.MainActivity">
|
||||
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
|
||||
Reference in New Issue
Block a user