Commit 639d01f3 authored by jianglx's avatar jianglx

修改租车列表的界面适配

parent 924d0765
......@@ -16,17 +16,16 @@
<ImageView
android:id="@+id/iv_goods"
android:layout_width="114dp"
android:layout_height="@dimen/size_80"
android:layout_width="121dp"
android:layout_height="85dp"
android:scaleType="centerInside" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="@dimen/size_80"
android:layout_height="85dp"
android:layout_marginLeft="@dimen/size_5">
<TextView
android:layout_marginRight="@dimen/size_50"
android:id="@+id/tv_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -10,7 +10,6 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/size_10"
android:layout_marginTop="5dp"
android:layout_marginRight="@dimen/size_10"
android:layout_marginBottom="5dp"
android:background="@drawable/shape_rv_bg_hot_city"
android:gravity="center"
......@@ -19,7 +18,7 @@
android:paddingRight="@dimen/size_10"
android:paddingBottom="5dp"
android:textColor="@color/textMain"
android:textSize="@dimen/text_16" />
android:textSize="@dimen/text_14" />
</LinearLayout>
......@@ -17,6 +17,7 @@
android:id="@+id/gdv_hot_city"
android:layout_width="match_parent"
android:layout_height="@dimen/size_80"
android:layout_marginRight="@dimen/size_10"
android:layout_marginBottom="@dimen/size_10"
android:listSelector="@android:color/transparent"
android:numColumns="4" />
......
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