Commit 80fcd0ce authored by chengkun's avatar chengkun

单行显示标题

parent ed4c2cf1
......@@ -16,14 +16,19 @@
android:orientation="horizontal"
android:layout_marginStart="16dp"
android:layout_centerHorizontal="true">
<TextView
android:id="@+id/tv_market_name"
android:layout_width="wrap_content"
android:layout_width="96dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textSize="16sp"
android:maxLines="1"
android:ellipsize="end"
android:text="拼餐优惠多多"
android:textColor="#333333"
android:text="拼餐优惠多多">
android:textSize="16sp"
>
</TextView>
<ImageView
android:layout_width="@dimen/dp14"
......@@ -168,14 +173,15 @@
android:layout_marginLeft="@dimen/dp16"
android:layout_marginTop="@dimen/dp16"
android:layout_below="@+id/rl_order_image_count">
<TextView
android:id="@+id/tv_pay_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="14sp"
android:layout_centerVertical="true"
android:text="2010-3-24 11:07"
android:textColor="#666666">
android:textColor="#666666"
android:textSize="14sp">
</TextView>
<LinearLayout
......
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