码迷,mamicode.com
首页 >  
搜索关键字:actionbar animation    ( 3664个结果
【转】高手速成android开源项目【View篇】
主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activity Animation等等。 ....
分类:移动开发   时间:2014-09-01 09:18:22    阅读次数:470
安卓桌面分页
1.适配器:package com.example.adapter;import java.util.ArrayList;import android.annotation.SuppressLint;import android.app.ActionBar.LayoutParams;import a...
分类:移动开发   时间:2014-09-01 07:06:22    阅读次数:241
css3 tansform transiton animation
************◆Margin属性:适合对象:所有元素是否继承:no百分比备注:相对于BOX的宽度2D Transform 方法实例div{transform: rotate(30deg);-ms-transform: rotate(30deg); /* IE 9 */-webkit-tr....
分类:Web程序   时间:2014-09-01 00:26:02    阅读次数:249
动画 -- 按钮 --- 从无到有(中心)
1 // sa = new ScaleAnimation(0, 1, 0, 1,100,50); 2 // sa = new ScaleAnimation(0, 1, 0, 1, Animation.RELATIVE_TO_SELF, 0.5f, Animation.R...
分类:其他好文   时间:2014-08-31 21:26:51    阅读次数:434
动画 -- 按钮 -- 左右晃动
1 import android.view.animation.Animation; 2 import android.view.animation.Transformation; 3 4 public class CustomAnim extends Animation { 5 6 ...
分类:其他好文   时间:2014-08-31 21:24:41    阅读次数:177
css3 transform: rotate()
/*help*/.help{ position: relative; width: 130px; height: 130px; border: 6px #fff solid; border-radius: 50%; -webkit-animation: rotation 1s ease-in...
分类:Web程序   时间:2014-08-31 15:48:01    阅读次数:520
css3 animation之box-shaow
/*Typing Loader*/div.typing { width: 400px; height: 300px; margin: 20px auto 500px; border: 2px #0f0 solid; background: #000; }.typing_loader{ width: ...
分类:Web程序   时间:2014-08-31 00:18:30    阅读次数:819
css3动画-animation之rotate
/* Timer*/.timer{ width: 240px; height: 240px; background-color: transparent; box-shadow: inset 0px 0px 0px 2px #fff; border: 2px #f00 solid; border-r...
分类:Web程序   时间:2014-08-30 19:03:29    阅读次数:4133
android 中 actionbar 常用方法。设置标题,隐藏图标等
设置标题: actionBar.setTitle("关于我们"); 使返回箭头出现actionBar.setDisplayHomeAsUpEnabled(true);监听返回按钮的 事件 public boolean onOptionsItemSelected(MenuItem item) { .....
分类:移动开发   时间:2014-08-30 18:59:49    阅读次数:203
android ActionBar 去掉menu分隔线
自定义Theme继承原来Theme修改其中的分隔线: @null 低版本设置 @null 高版本设置低版本 @drawable/friend高版本 @drawable/friend
分类:移动开发   时间:2014-08-30 16:15:49    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!