码迷,mamicode.com
首页 > 其他好文 > 详细

测试所用

时间:2014-11-21 18:53:30      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:android   http   io   ar   sp   on   html   ad   ef   

此为测试所用,没有参考价值
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gravity="center"
    android:orientation="vertical" >

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:orientation="horizontal"
        android:paddingLeft="3.0dip" >

        <NumberPicker
            android:id="@+id/np_date"
            android:layout_width="120.0dip"
            android:layout_height="wrap_content"
            android:button="@null" />

        <NumberPicker
            android:id="@+id/np_hour"
            android:layout_width="50.0dip"
            android:layout_height="wrap_content"
            android:layout_marginLeft="5.0dip" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:text=":"
            android:textSize="20.0sp" />

        <NumberPicker
            android:id="@+id/np_minute"
            android:layout_width="50.0dip"
            android:layout_height="wrap_content" />
    </LinearLayout>

</LinearLayout>

测试所用

标签:android   http   io   ar   sp   on   html   ad   ef   

原文地址:http://blog.csdn.net/u011742151/article/details/41351479

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!