Coder Social home page Coder Social logo

collapsingtoolbarlayout's Introduction

CollapsingToolbarLayout

CollapsingTabbarLayout 提供一个可以折叠的Toolbar


又是继承FrameLayout
设置layout_scrollFlags可以控制里面的控件在响应layout_behavior
事件做出相应的滚动事件(移除屏幕或固定在屏幕顶端)

相关属性

  contentScrim设置完全这折叠后的背景颜色
  extendTitleMarginStart设置扩张时候title向左填充的距离
在子视图里设置
  layout_collapseMode折叠模式 两个值
   pin 完全收缩的时候还可以保留在屏幕上
   parallax实现视差滚动 通常和layout_ParapseParallaxMultiplier视差因子搭配使用
  layout_collapseParallaxMutiplier视差因子,值0到1
ToolBar 折叠模式:pin
*必须把title设置在cpllapsingTabbarLayout上,
设置到Toolbar上不会显示,代码设置是setTitle()
收缩时候title颜色setCollapsedTitleTextColor();颜色会自动过渡

collapsingtoolbarlayout's People

Contributors

katey2658 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.