<View            android:layout_height="1dip"            android:background="#B7B7B7" />


<TableLayout        android:layout_width="fill_parent"        android:layout_height="wrap_content"        android:layout_margin="10dp"        android:background="@drawable/list_bg_border" >        <TableRow android:padding="10dp" >            <me.mcar.parking.control.AutoAjustSizeTextView                style="@style/detail_text_style"                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:text="@string/parkdetail_rushHours_text" />            <TextView                android:id="@+id/parkdetail_rushHours"                style="@style/detail_text_style"                android:layout_width="wrap_content"                android:layout_height="wrap_content" />        </TableRow>        <View            android:layout_height="1dip"            android:background="#B7B7B7" />        <TableRow android:padding="10dp" >            <TextView                style="@style/detail_text_style"                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:text="@string/parkdetail_amount_text" />            <TextView                android:id="@+id/parkdetail_amount"                style="@style/detail_text_style"                android:layout_width="wrap_content"                android:layout_height="wrap_content" />        </TableRow>        <View            android:layout_height="1dip"            android:background="#B7B7B7" />        <TableRow android:padding="10dp" >            <TextView                style="@style/detail_text_style"                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:layout_weight="1"                android:text="@string/parkdetail_price_text" />            <TextView                android:id="@+id/parkdetail_price"                style="@style/detail_text_style"                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:layout_weight="10"                android:ellipsize="end"                android:singleLine="true"                android:width="150dp" />            <ImageView                android:layout_width="wrap_content"                android:layout_height="wrap_content"                android:layout_weight="1"                android:contentDescription="@string/parkdetail_price_detail"                android:src="@drawable/detail_btn" />        </TableRow>    </TableLayout>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)中文API(86)――ResourceCurs
  2. Android,一个函数实现支付宝...
  3. Android(安卓)Screen Monitor
  4. 面试 | Android(安卓)View、布局、动画、
  5. Android(安卓)Studio教程-创建第一个项目
  6. Android(安卓)Keystore System介绍
  7. Android设置反代理
  8. Android属性allowBackup安全风险浅析
  9. 基于Eclipse的Android(安卓)SDK开发环境
  10. android 限制EditText输入数字的范围大小