码迷,mamicode.com
首页 >  
搜索关键字:height    ( 24230个结果
android edittext 限制输入框小数位数
先看下XML布局文件 <EditText android:id="@+id/et" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_toLeftOf="@+id/tv_cou...
分类:移动开发   时间:2015-02-28 18:38:34    阅读次数:152
======GridLayout======
<android.support.v7.widget.GridLayout xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content" app:c...
分类:其他好文   时间:2015-02-28 10:18:41    阅读次数:241
jQuery对称三角箭头
//左箭头 $(".left").arrow({color:'#FF0000',height:10,width:20,direction:'left'}); //默认情况 $(".top").arrow(); //向下箭头 $(".bottom").arrow({color:'#FF9900',height:30,width:30,direction:'bottom'});...
分类:Web程序   时间:2015-02-28 10:17:13    阅读次数:244
JS数字键盘
JS数字键盘,JS小键盘CSS代码:#numberkeyboard{ border: 1px solid #b3b3b3; background: #f2f3f7; height: 285px; margin: 0; padding: 2px; position:...
分类:Web程序   时间:2015-02-28 10:03:49    阅读次数:231
Mobile Devices Support 之meta标签
meta标签name="viewport"含义为手机浏览缩放控制content值包括:width - viewport的宽度 、height - viewport的高度width和height指令分别指定视区的逻辑宽度和高度。他们的值要么是以像素为单位的数字,要么是一个特殊的标记符号。width指令...
分类:Web程序   时间:2015-02-27 16:27:27    阅读次数:335
圆形ImageView
/** * 圆形ImageView */public class CircleImageView extends ImageView { private Paint paint; private Paint paint2; private int width; private int height;...
分类:其他好文   时间:2015-02-27 16:25:19    阅读次数:161
给定文字测量它的大小
// Wrapping to fit horizontal and vertical size. Text will be wrapped and truncated using the NSLineBreakMode. If the height is less than a line of te...
分类:其他好文   时间:2015-02-27 14:58:27    阅读次数:111
在ScrollView添加一个ListView造成的滚动问题的简单解决办法()
正常来说,在ScrollView添加一个ListView后在真机上只会显示ListView的一行多一点,我也不理解为什么会这样,后来我把ListView的layout_height改成400dip,而不是用match_parent和wrap_content,我发现这样的话ListView就显示的多了...
分类:其他好文   时间:2015-02-27 10:03:47    阅读次数:129
PAT1021. Deepest Root
A graph which is connected and acyclic can be considered a tree. The height of the tree depends on the selected root. Now you are supposed to find the...
分类:其他好文   时间:2015-02-27 09:56:06    阅读次数:110
Dialog之列表,单选,及多选
XML布局<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom="@dimen/activity_vertical_margin"an..
分类:其他好文   时间:2015-02-27 01:34:17    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!