Commit 251a855c authored by jianglx's avatar jianglx

合并林峰代码

parent 1b1e107e
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 134 versionCode 135
versionName "1.3.4" versionName "1.3.5"
multiDexEnabled true multiDexEnabled true
//新版Gradle 是 implementation 为了兼容compile,写上这句话 //新版Gradle 是 implementation 为了兼容compile,写上这句话
......
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
<ImageView <ImageView
android:id="@+id/iv_back" android:id="@+id/iv_back"
android:layout_width="@dimen/size_32" android:layout_width="@dimen/size_40"
android:layout_height="@dimen/size_32" android:layout_height="@dimen/size_40"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/size_5" android:layout_marginLeft="@dimen/size_5"
android:padding="@dimen/size_8" android:padding="@dimen/size_8"
android:src="@drawable/rv_common_icon_back_dark" /> android:src="@drawable/icon_webview_back" />
<TextView <TextView
android:id="@+id/tv_center" android:id="@+id/tv_center"
...@@ -56,21 +56,21 @@ ...@@ -56,21 +56,21 @@
<ImageView <ImageView
android:id="@+id/iv_collect" android:id="@+id/iv_collect"
android:layout_width="@dimen/size_32" android:layout_width="@dimen/size_38"
android:layout_height="@dimen/size_32" android:layout_height="@dimen/size_38"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginRight="@dimen/size_5" android:layout_marginRight="@dimen/size_5"
android:padding="@dimen/size_8" android:padding="@dimen/size_8"
android:src="@drawable/tourism_rv_collect" /> android:src="@drawable/icon_webview_collect" />
<ImageView <ImageView
android:id="@+id/iv_share" android:id="@+id/iv_share"
android:layout_width="@dimen/size_32" android:layout_width="@dimen/size_40"
android:layout_height="@dimen/size_32" android:layout_height="@dimen/size_40"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginRight="@dimen/size_5" android:layout_marginRight="@dimen/size_5"
android:padding="@dimen/size_8" android:padding="@dimen/size_8"
android:src="@drawable/tourism_rv_rentingcar_icon_share" /> android:src="@drawable/icon_webview_share" />
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment