首页 > 移动平台 > 详细

Android中DatePicker时间选择器

时间:2015-01-15 09:28:07      阅读:297      评论:0      收藏:0      [点我收藏+]

.xml代码如下:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="vertical" 
	android:layout_width="fill_parent"
	android:layout_height="fill_parent">
	<TimePicker
	    android:id="@+id/tp1"
	    android:layout_width="fill_parent"
	    android:layout_height="wrap_content"/>
	<TimePicker	    
	    android:id="@+id/tp2"
	    android:layout_width="fill_parent"
	    android:layout_height="wrap_content"/>
	   	
</LinearLayout>
显示如下:

技术分享


Android中DatePicker时间选择器

原文:http://blog.csdn.net/yayun0516/article/details/42718593

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!