码迷,mamicode.com
首页 >  
搜索关键字:水平刷新 左右刷新 horizontalrefresh horizontal refreshlayout    ( 580个结果
VESA-ADV7123-SOCKIT-DE2115
/*--VGA Timing--Horizontal :-- ______________ _____________-- | | |--_________...
分类:其他好文   时间:2014-08-14 10:32:18    阅读次数:385
开源项目
android-pulltorefresh一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView、ViewPager、WevView、ExpandableListView、GridView、ScrollView、Horizontal ScrollView、Fragment上下左右拉动刷新...
分类:其他好文   时间:2014-08-13 18:28:57    阅读次数:475
下载apk文件
public void downLoadApk() { final ProgressDialog pd = new ProgressDialog(this); pd.setTitle("正在下载..."); pd.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); pd.show(); FinalHttp fh = new FinalHt...
分类:其他好文   时间:2014-08-08 02:02:45    阅读次数:216
UIGrid+自适应
如下图所示:一个Grid下面有六个Button,它们需要在不同的分辨下拉伸适应(Horizontal)宽度,以保证填充满底部 首先有这两个要点: 1、UIGrid中的Cell Width是根据屏幕比例动态调整的 2、NGUI的UICamera有一个onScreenResize 委托 我的布局如下: ...
分类:其他好文   时间:2014-08-05 10:47:49    阅读次数:464
POJ - 1436 Horizontally Visible Segments
Description There is a number of disjoint vertical line segments in the plane. We say that two segments are horizontally visible if they can be connected by a horizontal line segment that does not ...
分类:其他好文   时间:2014-08-03 23:16:26    阅读次数:412
Android ProgressBar 反向进度条/进度条从右到左走
最近的项目,有个需求需要使用条状图显示比例,并且右对齐,这里对比了三种实现方案。 最终方案:利用Drawable本身的属性,反向绘制进度条。这里将backgroud注释掉,不现实backgroud,然后对前景色,加上两个关键属性:android:clipOrientation="horizontal",android:gravity="right",这样就做到从右到左画进度条。...
分类:移动开发   时间:2014-07-31 13:25:36    阅读次数:202
Android 实例讲解HorizontalScrollView实现左右滑动
本博文主要讲解怎么使用HorizontalScrollView实现左右滑动的效果。 HorizontalScrollView实际上是一个FrameLayout ,一般通过只放置一个LinearLayout子控件。如果要使其添加其他的控件,就使用LinearLayout子控件来添加其他的控件,最后达到丰富其内容的效果。其中,LinearLayout设置的orientation布局为Horizontal.HorizontalScrollView不可以和ListView同时用,因为ListView有自己的滚动条...
分类:移动开发   时间:2014-07-30 23:58:05    阅读次数:582
Android见招拆招六:LinearLayout中Gravity、Layout_Gravity何时生效
对于LinearLayout何时生效的问题对于 LinearLayout当 android:orientation="vertical" 时, 只有水平方向的设置才起作用,垂直方向的设置不起作用。即:left,right,center_horizontal 是生效的。当 android:orient...
分类:移动开发   时间:2014-07-28 19:08:34    阅读次数:332
Vertical Roller Mill system
Alstom Ball Mill is a slow speed horizontal mill with trunnion type bearings and girth gear – a rugged design with ease of operation, maintenance and ...
分类:其他好文   时间:2014-07-24 22:19:12    阅读次数:251
Scale horizontally和Scale vertically
Methods of adding more resources for a particular application fall into two broad categories: horizontal and vertical scaling.[5] To scale horizontally (or scale out) means to add more nodes to a s...
分类:其他好文   时间:2014-07-22 22:33:55    阅读次数:397
580条   上一页 1 ... 54 55 56 57 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!