码迷,mamicode.com
首页 >  
搜索关键字:actionbar animation    ( 3664个结果
Android ToolBar自定义图标,关联DrawerLayout
Android5.0出现了一个可以代替ActionBar的控件ToolBar,使用更加灵活,一般我们使用ToolBar来和DrawerLayout配合使用,官方提供了一个开关类ActionBarDrawerToggle,来实现ToolBar和DrawerLayout的关联,但是 有时根据我们的需求需 ...
分类:移动开发   时间:2017-09-16 14:56:12    阅读次数:395
Android Toolbar使用及Fragment中的Toolbar处理
Toolbar作为ActionBar使用介绍 本文介绍了在Android中将Toolbar作为ActionBar使用的方法.并且介绍了在Fragment和嵌套Fragment中使用Toolbar作为ActionBar使用时需要注意的事项. 使用support library的Toolbar Andr ...
分类:移动开发   时间:2017-09-16 13:32:01    阅读次数:222
呼啦圈(keyframes和transform结合)
源码禁止盗用!转载请注明出处!!! ...
分类:其他好文   时间:2017-09-15 21:38:19    阅读次数:107
CABasicAnimation来做心跳动画
CABasicAnimation *anim = [CABasicAnimation animation]; anim.keyPath = @"transform.scale"; anim.toValue = @0.5; anim.repeatCount = MAXFLOAT; [_heartIma... ...
分类:其他好文   时间:2017-09-15 13:40:08    阅读次数:145
android(二)
Gradle中buildToolsVersion和TargetSdkVersion的区别是什么compileSdkVersion, minSdkVersion 和 targetSdkVersion 的作用:他们分别控制可以使用哪些 API ,要求的 API 级别是什么,以及应用的兼容模式。Targe... ...
分类:移动开发   时间:2017-09-14 20:12:47    阅读次数:313
Kotlin实例----android5.0新特性之palette
一、Palette的使用 使用Palette可以让我们从一张图片中拾取颜色,将拾取到的颜色赋予ActionBar,StatusBar以及UI背景色可以让界面色调实现统一或者加载不同图片时同步变化色调 1、使用Palette需要添加以下依赖: implementation 'com.android.s ...
分类:移动开发   时间:2017-09-13 01:33:56    阅读次数:259
分页插件,屏幕滚动ajax加载数据渲染页面
<link rel="stylesheet" href="yunsuifang/pc-patients/css/dropload.css" /> <style> .opacity { webkit-animation: opacity 0.3s linear; animation: opacity ...
分类:Web程序   时间:2017-09-12 15:49:36    阅读次数:273
CSS3动画效果
/************动画效果**************/ .fade{ animation:fade 2s infinite; -webkit-animation:fade 2s infinite; -moz-animation:fade 2s infinite; -ms-animation... ...
分类:Web程序   时间:2017-09-12 13:41:20    阅读次数:151
页面添加h5背景音乐
#audio_btn { width: 30px; height: 30px; background-image: url(normalmusic.svg); background-size: contain; } .rotate { -webkit-animation: rotating 1.2s... ...
分类:其他好文   时间:2017-09-12 10:40:16    阅读次数:458
页面加载动画实现方法(转)
html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://ww ...
分类:其他好文   时间:2017-09-11 11:31:32    阅读次数:297
3664条   上一页 1 ... 68 69 70 71 72 ... 367 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!