首页 > 技术文章 > 安卓----图片按钮、时间控件、日期控件

www123---- 2017-05-18 17:58 原文

<ImageButton
android:layout_height="fill_parent"
android:layout_width="wrap_content"
android:src="@drawable/a"
>
</ImageButton>

 

<TimePicker
android:id="@+id/dp"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
</TimePicker>
<DatePicker
android:id="@+id/dp1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
</DatePicker>

推荐阅读