diff --git a/app/build.gradle b/app/build.gradle index 08c37f9..132c290 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.uiuios.aios" minSdkVersion 24 targetSdkVersion 29 - versionCode 37 - versionName "4.6" + versionCode 38 + versionName "4.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6b776a1..6158d11 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -188,6 +188,7 @@ - + diff --git a/app/src/main/res/layout-land/fragment_second.xml b/app/src/main/res/layout-land/fragment_second.xml index 45b3955..5e6e927 100644 --- a/app/src/main/res/layout-land/fragment_second.xml +++ b/app/src/main/res/layout-land/fragment_second.xml @@ -148,7 +148,7 @@ android:layout_height="match_parent" app:layout_constraintBottom_toBottomOf="parent" /> - + @@ -168,549 +168,36 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/background_second_title" - android:text="服务中心" + android:text="企业客服" android:textColor="#8c550e" android:textSize="@dimen/sp_11" android:textStyle="bold" app:layout_constraintTop_toTopOf="parent" /> - + + + android:layout_height="match_parent" + android:visibility="gone" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-port/fragment_second.xml b/app/src/main/res/layout-port/fragment_second.xml index 4e50cb4..e34d569 100644 --- a/app/src/main/res/layout-port/fragment_second.xml +++ b/app/src/main/res/layout-port/fragment_second.xml @@ -167,550 +167,34 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/background_second_title" - android:text="服务中心" + android:text="企业客服" android:textColor="#8c550e" android:textSize="@dimen/sp_11" android:textStyle="bold" app:layout_constraintTop_toTopOf="parent" /> - + + + android:layout_height="match_parent" + android:visibility="gone" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout-port/item_goods_list.xml b/app/src/main/res/layout-port/item_goods_list.xml index 60b65ab..cd3fe22 100644 --- a/app/src/main/res/layout-port/item_goods_list.xml +++ b/app/src/main/res/layout-port/item_goods_list.xml @@ -137,6 +137,15 @@ app:layout_constraintEnd_toStartOf="@+id/tv_buying" app:layout_constraintTop_toTopOf="@+id/progressBar" /> + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_goods.xml b/app/src/main/res/layout/activity_goods.xml index 4e1d5ce..4276c54 100644 --- a/app/src/main/res/layout/activity_goods.xml +++ b/app/src/main/res/layout/activity_goods.xml @@ -14,37 +14,40 @@ + android:background="@color/white"> @@ -52,26 +55,40 @@ android:id="@+id/imageView9" android:layout_width="@dimen/dp_16" android:layout_height="@dimen/dp_16" - android:layout_marginStart="@dimen/dp_16" android:adjustViewBounds="true" android:scaleType="centerCrop" - android:src="@drawable/search_icon" + android:src="@drawable/red_search_icon" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> - + + @@ -19,9 +18,9 @@ android:layout_width="@dimen/dp_108" android:layout_height="@dimen/dp_108" android:layout_margin="@dimen/dp_8" - app:corner_radius="@dimen/dp_4" android:adjustViewBounds="true" android:scaleType="centerCrop" + app:corner_radius="@dimen/dp_4" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -53,8 +52,8 @@