转载请注明出处,谢谢~~许多人都问这个横向的progressbar不行啊,我只能说肯定是哪没设置对,下面我就贴贴我的设置,仅供参考。...
分类:
移动开发 时间:
2015-04-01 15:27:07
阅读次数:
132
RoundedprogresswithinRoundedprogressbar<ProgressBarandroid:id="@+id/progress"style="@android:style/Widget.ProgressBar.Horizontal"android:layout_width="match_parent"android:layout_height="match_parent"android:layout_alignParentLeft="true"android:layout_ce..
分类:
其他好文 时间:
2015-04-01 13:34:16
阅读次数:
110
第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、 GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、 Fli...
分类:
移动开发 时间:
2015-03-31 17:48:39
阅读次数:
192
1、项目Src下新建anim包
创建anim包,存放动画xml
2、下一步动画 位移动画
解释-100%p p:代表父窗体,100%:代表整个窗体,-:代码向左移动;
前一页面移出:tran_out.xml(自己创建的要选择translate)
<translate xmlns:android="http://schemas.android.com/apk/res/android"...
分类:
移动开发 时间:
2015-03-31 10:58:36
阅读次数:
187
resource是java源代码之外的静态信息。例如layout。resource作为文件存放在res/目录下面,除了res/raw/外,Android会自动解析,例如layout文件,我们不需要自己去解析XML封装。我们之前用过res/layout/,以及res/anim/之前已经用过。Image...
分类:
移动开发 时间:
2015-03-31 00:40:55
阅读次数:
275
布局非常简单。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="...
分类:
其他好文 时间:
2015-03-30 16:35:16
阅读次数:
172
在res文件夹下新建anim文件夹 在anim文件夹新建anim.xmlanim.xml: 在窗口设置空间动画“:imageView.setAnimation(AnimationUtils.loadAnimation(MainActivity.this,R.anim.anim));
分类:
其他好文 时间:
2015-03-30 01:30:16
阅读次数:
193
cocos2d-x之逐帧动画在bool HelloWorld::init()中添加如下内容//缓存,帧动画的帧的缓存 auto cache = SpriteFrameCache::getInstance(); cache->addSpriteFramesWithFile("anim.plist");...
分类:
其他好文 时间:
2015-03-28 08:43:38
阅读次数:
137
<layoutAnimationxmlns:android="http://schemas.android.com/apk/res/android"
android:delay="30%"
android:animationOrder="reverse"
android:animation="@anim/slide_right"/>
<setxmlns:android="http://schemas.android.com/apk/res/android"
android:interpol..
分类:
移动开发 时间:
2015-03-20 18:51:22
阅读次数:
146
jquery ui progressbar简单使用deom...
分类:
Web程序 时间:
2015-03-17 12:27:06
阅读次数:
141