如何自定义日期选取器的宽度和高度的机器人 [英] How to customize date picker's width and height in android

查看:158
本文介绍了如何自定义日期选取器的宽度和高度的机器人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能告诉我如何在Android的自定义日期选取器的宽度和高度?

Can anybody tell me how to customize the date picker's width and height in android?

推荐答案

在布局的 XML 的文件,修改安卓layout_height 的android:layout_width 属性。我目前正在使用承担任何的 FILL_PARENT WRAP_CONTENT 的这些属性的值,但是你可以更具体 - 定义确切的或缩放的像素值。

In your layout's XML file, change the android:layout_height and android:layout_width attributes. I am assuming you are currently using either fill_parent or wrap_content for the values of these attributes, however you can be more specific - defining the exact or scaled pixel value.

例如,机器人:layout_width =15dp将设置宽度为15。一种可扩展的值可以改变15到任何你想要的。如果您想设置一个特定的像素大小,你可以使用,例如, 15px的

For example, android:layout_width="15dp" will set the width at a scalable value of 15. You can change 15 to whatever you want. If you want to set a specific pixel size, you can use, for example, 15px.

这篇关于如何自定义日期选取器的宽度和高度的机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆