码迷,mamicode.com
首页 >  
搜索关键字:horizontal    ( 575个结果
[Telerik]RadDocking第05篇
此演示展示了RadDocking控件的如下三方面内容: 1、通过设置RadSplitContainer的Orientation属性来控制多分组面板的排列方向,分别有横向排列(Horizontal)和纵向排列(Vertical)两种。 2、通过在RadSplitContainer中放置多个RadPaneGroup来达到分组的目的,这点不同于一个分组(RadPaneGroup)中有多个面板(RadPane)的情况。 3、通过给RadPanGroup设置附加属性ProportionalStackPanel.Rel...
分类:其他好文   时间:2015-01-28 07:21:27    阅读次数:185
熟悉AndroidAPI系列16—-ProgressBar
设置风格style="?android:attr/progressBarStyleSmall"style="@android:style/Widget.ProgressBar.Horizontal"android中的进度条各种进度条关系上图圆圈为ProgressBar,风格为垂直上图右上为水平风格的...
分类:移动开发   时间:2015-01-24 21:16:45    阅读次数:358
Java文法(3)—— White Space
-------------------------------------------------------------------------------说明: White space is defined as the ASCII space character, horizontal tab...
分类:编程语言   时间:2015-01-22 01:39:13    阅读次数:224
android布局属性
1、线性布局属性一、 linearlayout的属性:android:background 设置整个布局画面的背景android:orientation="horizontal" 子元素的排列队形,是横向排列,还是纵向排列android:gravity="bottom" 子元素在布局中的缺省看齐方式...
分类:移动开发   时间:2015-01-21 21:56:47    阅读次数:214
Android中5种布局
1、LinearLayout默认orientation是horizontal注意 android:orientation="horizontal" 和 android:layout_gravity="" 在match_parent 或者 wrap_content 下的关系layout_gravity...
分类:移动开发   时间:2015-01-20 06:09:25    阅读次数:199
QQ 5.0侧滑HorizontalScrollView以及自定义ViewGroup
一般侧滑的实现: 自定义的ViewGroup(menu+content) ouTouchEvent事件改变ViewGroup的LeftMargin。 大于菜单的一半显示,小于则隐藏(使用Scroller或者LeftMargin加Thread)。 新的方法: 继承Horizontal...
分类:其他好文   时间:2015-01-18 18:32:29    阅读次数:336
RelativeLayout里的gravity不能居中的解决方法
最近在遇到RelativeLayout里的gravity属性给它复制center_horizontal或者center都不能居中它的子组件,后来找到了替代方法,只要在它的每个子组件里加上android:layout_centerHorizontal="true"就可以了摘自:http://blog....
分类:其他好文   时间:2015-01-17 12:36:02    阅读次数:222
css3盒子模型
-webkit-box-orientbox-orient属性用于设置盒模型内部元素的排列方式,详细如下:inline-axis:从左向右排列(默认值)horizontal:水平排列vertical:垂直排列block-axis:从上向下排列-webkit-box-sizingbox-sizing属性...
分类:Web程序   时间:2015-01-16 01:05:54    阅读次数:133
gitHub上边android studio开发的开源项目转为Eclipse中的项目,个人调试过的可以使用
一、ListView   android-pulltorefresh 一个强大的拉动刷新开源项目,支持各种控件下拉刷新 ListView、ViewPager、WevView、ExpandableListView、GridView、(Horizontal )ScrollView、Fragment上下左右拉动刷新,比下面johannilsson那个只支持ListView的强大的多。...
分类:移动开发   时间:2015-01-15 18:29:33    阅读次数:217
Ants
AntsDescriptionAn army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of th...
分类:其他好文   时间:2015-01-10 17:55:32    阅读次数:149
575条   上一页 1 ... 48 49 50 51 52 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!