码迷,mamicode.com
首页 > 移动开发 > 详细

Android中DatePicker时间选择器

时间:2015-01-15 09:29:43      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:datepicker   android   

.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时间选择器

标签:datepicker   android   

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

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