version:1.1

fix:
update:增加推送
This commit is contained in:
2023-02-11 20:54:59 +08:00
parent f246028922
commit 96d9f21b2b
130 changed files with 1013 additions and 653 deletions

View File

@@ -41,7 +41,7 @@
android:textSize="@dimen/sp_11"
android:textStyle="bold" />
<com.uiui.appstore.view.NumberProgressBar
<com.uiui.zyappstore.view.NumberProgressBar
android:id="@+id/pbProgress"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.uiui.appstore.view.CornerImageView
<com.uiui.zyappstore.view.CornerImageView
android:id="@+id/banner_image"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -41,7 +41,7 @@
android:textSize="@dimen/sp_11"
android:textStyle="bold" />
<com.uiui.appstore.view.NumberProgressBar
<com.uiui.zyappstore.view.NumberProgressBar
android:id="@+id/pbProgress"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.uiui.appstore.view.CornerImageView
<com.uiui.zyappstore.view.CornerImageView
android:id="@+id/banner_image"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -44,7 +44,7 @@
<fragment
android:id="@+id/fragment"
android:name="com.uiui.appstore.fragment.ManageFragment"
android:name="com.uiui.zyappstore.fragment.ManageFragment"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"