Github源码

上一篇:Android 窗帘(Android 窗帘(Curtain)效果四之赛贝尔曲线优化

Awesome Drawer

Introduction

实现Android窗帘拉开折叠效果

Usage

xml布局文件使用

监听滑动的系数

CurtainContentLayout curtain_layout = findViewById(R.id.curtain_layout);curtain_layout.setCurtainLayoutListener(new CurtainContentLayout.OnCurtainLayoutListener() {    @Override    public void onSlide(View caurtainLayout, float slideOffset) {        Log.e("CurtainActivity", "slideOffset: " + slideOffset);    }});

自定义属性

  • behind_menu menu后面的布局
  • content menu的内容,必须提供这个属性,不然会异常
  • maxRate menu最大的收缩比

应用在Menu中,和CurtainContentLayout的各种style预览如下:

效果一 效果二
Android 窗帘(Curtain Menu)效果五之应用场景和使用方法_第1张图片 QQ图片20180908040528.gif Android 窗帘(Curtain Menu)效果五之应用场景和使用方法_第2张图片 QQ图片20180908040532.gif

Bolg

  • https://blog.csdn.net/u010949962

Location

  • ShenZhen,China

Contacts

  • E-mail: 93980584@qq.com

License

Copyright 2018 93980584@qq.comLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at    http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

上一篇:Android 窗帘(Android 窗帘(Curtain)效果四之赛贝尔曲线优化

Github源码

更多相关文章

  1. 动画效果编程基础--AnimationAndroid
  2. Android手机震动抖动效果的实现
  3. android 设置textview边框以及点击效果
  4. Android 子view超出父View效果
  5. 【特效】【自定义控件】关键字飘飞效果
  6. Android 揭露效果兼容低版本
  7. Android如何实现ListView的Item松开渐变效果?
  8. 调整 FMX Android 文字显示「锯齿」效果
  9. ListView点击效果设置

随机推荐

  1. Android(安卓)make脚本简记
  2. 第一行代码 Android读书笔记(一)
  3. Android(安卓)设置软键盘搜索键以及监听
  4. Android核心分析(21)----Android应用框架之
  5. Android之Intent
  6. Android源码下载并绑定到Eclipse中
  7. Android(安卓)中的时间日期控件
  8. MAC下编译arm架构的tcpdump
  9. Android的MediaPlayer架构介绍
  10. Android中的Ninja简介