#
tablayout
Here are 199 public repositories matching this topic...
Material Design 系列控件samples,讲了Material Design 系列新控件的使用方法和一些场景示例,使用详情请看对应博客,持续更新中...
behavior
material
material-design
toolbar
tablayout
coordinatorlayout
cardview
textinputlayout
appbarlayout
-
Updated
May 18, 2018 - Java
Yet another built-in animated search view for Android.
-
Updated
Aug 17, 2019 - Kotlin
Android Material Design 风格控件的学习及遇到的问题;Tablayout | 横向布局标签,TextInputLayout | 文字输入布局 ,FloatingActionButton | 悬浮按钮, CoordinatorLayout APPBarLayout CollapsingTabLayout实现折叠头布局,BottomSheetDialog | 底部对话框,Touch Feedback| 触摸反馈,Reveal Effect| 揭示效果,Curved motion | 曲线运动,Animated Vector Drawables | 矢量图片动画
-
Updated
Sep 3, 2019 - Java
PlayTabLayout is a tab layout very similar to Google Play tab layout. The main feature is that ripple shows in a particular place where user taps.
-
Updated
Oct 31, 2018 - Kotlin
android
kotlin
light
dsl
badge
viewpager
tablayout
auto-scroll
androidx
viewpager2
auto-item-width
any-drawable
any-child-type
-
Updated
Jul 14, 2020 - Kotlin
Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
-
Updated
Jun 14, 2020 - C#
-
Updated
Jul 11, 2019 - Java
Android video listing with swipe view tabs based on mvp design pattern with complete functionalities like search and sort
-
Updated
Mar 27, 2018 - Java
一款android指示器TabLayout、PagerSlidingTabStrip,仿Boss直聘,带有红点未读提示
-
Updated
Feb 21, 2018 - Java
Attach TabLayout and RecyclerView. Useful for categorizing RecyclerView items.
-
Updated
Mar 3, 2020 - Kotlin
Added support to modify text size and indicator width based on the original Viewgroup. TabFlowHelper 可以帮助您迅速构建Tab,比如热搜、搜索记录、与ViewPager搭配的工具类;
-
Updated
May 30, 2020 - Java
Swipeable tabs like WhatsApp in Android
-
Updated
Oct 29, 2016 - Java
CollapsingToolbarLayout with TabLayout
-
Updated
May 31, 2018 - Java
(deprecated) Custom tab layout which can be used as a material TabLayout alternative and contains basic functionality which Google's TabLayout has.
-
Updated
Feb 14, 2018 - Kotlin
Small sample using the components and features of Android Design Support Library
-
Updated
Mar 16, 2016 - Java
typescript
react-native
component
popup-window
dimensions
tablayout
gravity
coordinatorlayout
nestedscrollview
scrollview
appbarlayout
design-support
collapsingtollbarlayout
-
Updated
Apr 14, 2017 - Java
A powerful paging view with tab bar.
swift
ios
uicollectionview
tabs
viewpager
tablayout
pager
pagerview
tabedpager
viewpages
scrollcontroller
-
Updated
Apr 29, 2020 - Swift
Improve this page
Add a description, image, and links to the tablayout topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tablayout topic, visit your repo's landing page and select "manage topics."

// 画clip层
canvas.save(Canvas.CLIP_SAVE_FLAG);
高版本中
// the SAVE_FLAG constants must match their native equivalents
/**
* Restore the current clip when restore() is called.