From 37e85579ae6d31f8d917bcaad43492f1f25ff35e Mon Sep 17 00:00:00 2001 From: fangshicai <1312964935@qq.com> Date: Thu, 23 Jun 2022 14:14:53 +0800 Subject: [PATCH] =?UTF-8?q?"=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AF"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 46 ++++++++------- app/build.gradle | 1 - app/src/main/res/layout/activity_delivery.xml | 12 ++-- .../res/layout/activity_delivery_detail.xml | 13 ++--- app/src/main/res/layout/item_book_info.xml | 34 +++++------ app/src/main/res/layout/item_delivery.xml | 56 +++++++++---------- .../main/res/layout/item_delivery_select.xml | 56 +++++++++---------- app/src/main/res/values/colors.xml | 10 ++++ 8 files changed, 117 insertions(+), 111 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7222c2e..4c9840b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,28 +3,11 @@ diff --git a/app/build.gradle b/app/build.gradle index 4862c56..d5df745 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'com.android.support:recyclerview-v7:27.1.1' def fragment_version = "1.4.1" // okhttp implementation('com.squareup.okhttp3:okhttp:5.0.0-alpha.7') diff --git a/app/src/main/res/layout/activity_delivery.xml b/app/src/main/res/layout/activity_delivery.xml index 08c978a..dad1bba 100644 --- a/app/src/main/res/layout/activity_delivery.xml +++ b/app/src/main/res/layout/activity_delivery.xml @@ -5,19 +5,19 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - app:left_btn_src="@drawable/icon_back" - app:left_btn_visible="true" - app:title_text="我的地址簿" - app:title_visible="true" android:background="#E6E6E6"> + + + + - - +