Android5.0出现了一个可以代替ActionBar的控件ToolBar,使用更加灵活,一般我们使用ToolBar来和DrawerLayout配合使用,官方提供了一个开关类ActionBarDrawerToggle,来实现ToolBar和DrawerLayout的关联,但是 有时根据我们的需求需 ...
分类:
移动开发 时间:
2017-09-16 14:56:12
阅读次数:
395
Toolbar作为ActionBar使用介绍 本文介绍了在Android中将Toolbar作为ActionBar使用的方法.并且介绍了在Fragment和嵌套Fragment中使用Toolbar作为ActionBar使用时需要注意的事项. 使用support library的Toolbar Andr ...
分类:
移动开发 时间:
2017-09-16 13:32:01
阅读次数:
222
CABasicAnimation *anim = [CABasicAnimation animation]; anim.keyPath = @"transform.scale"; anim.toValue = @0.5; anim.repeatCount = MAXFLOAT; [_heartIma... ...
分类:
其他好文 时间:
2017-09-15 13:40:08
阅读次数:
145
Gradle中buildToolsVersion和TargetSdkVersion的区别是什么compileSdkVersion, minSdkVersion 和 targetSdkVersion 的作用:他们分别控制可以使用哪些 API ,要求的 API 级别是什么,以及应用的兼容模式。Targe... ...
分类:
移动开发 时间:
2017-09-14 20:12:47
阅读次数:
313
一、Palette的使用 使用Palette可以让我们从一张图片中拾取颜色,将拾取到的颜色赋予ActionBar,StatusBar以及UI背景色可以让界面色调实现统一或者加载不同图片时同步变化色调 1、使用Palette需要添加以下依赖: implementation 'com.android.s ...
分类:
移动开发 时间:
2017-09-13 01:33:56
阅读次数:
259
<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
/************动画效果**************/ .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
#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