Giter Site home page Giter Site logo

slidingtablayout's Introduction

SlidingTabLayout

在开发中,我们常常需要ViewPager结合Fragment一起使用,如下图:

image

我们可以使用Design support library库的TabLayout去实现,但是TabLayout只能用横线指示器,如果想要其他指示器,比如三角下标,该控件就不能用了。

我们可以找网上成熟的轮子进行修改,比如:PagerSlidingTabStrip

楼主这里在项目中需要用到带三角下标的TabLayout,亲身研究了一番,结合鸿洋大神的博客:Android 教你打造炫酷的ViewPagerIndicator 不仅仅是高仿MIUI

实现了一个类似于今日头条的可滑动tab,带三角下标,可绑定ViewPager进行联动。

效果图如下

image

控件继承HorizontalScrollView,便于处理水平滚动。

三角下标用canvas绘制。

控件关键点在于处理好tab容器本身滑动的距离和三角下标滑动的距离。

详细见我的CSDN博客: 自定义实现带三角下标的TabLayout

slidingtablayout's People

Contributors

unclepizza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hele-jeremy

slidingtablayout's Issues

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.