-
Updated
Jun 30, 2020 - Java
viewpager
Here are 590 public repositories matching this topic...
// 画clip层
canvas.save(Canvas.CLIP_SAVE_FLAG);
高版本中
// the SAVE_FLAG constants must match their native equivalents
/** @hide */
@IntDef(flag = true,
value = {
ALL_SAVE_FLAG
})
@Retention(RetentionPolicy.SOURCE)
public @interface Saveflags {}
/**
* Restore the current clip when restore() is called.
ask for help
first: each tab should given the same weight , so I set app:stl_distributeEvenly="true"
second: the Indicator width should be the same with the title text width , can it be possible ?
-
Updated
Nov 19, 2019 - Java
-
Updated
Oct 24, 2019 - Java
-
Updated
Jun 23, 2020 - Java
-
Updated
May 3, 2017 - Java
-
Updated
Apr 6, 2017 - Java
-
Updated
Nov 2, 2019 - Kotlin
-
Updated
Jun 21, 2020 - Java
-
Updated
Jun 10, 2018 - Java
New Issue Checklist
- Updated Tabman to the latest version
- I took a look at the Troubleshooting Guide
- I searched for existing GitHub issues
Issue Description
Other us
-
Updated
Jun 1, 2019 - Java
-
Updated
Dec 18, 2019 - Kotlin
-
Updated
Jul 3, 2020 - Kotlin
-
Updated
Jul 3, 2020 - Java
-
Updated
Apr 14, 2017 - Java
-
Updated
Jun 30, 2020 - Java
This works:
<ViewPager onPageSelected={this.onPageSelected.bind(this)} ... />This not:
<IndicatorViewPager onPageSelected={this.onPageSelected.bind(this)} ... />It complains that onPageSelected is not a prop on IndicatorViewPager, although it clearly is and would uses it to pass the event up from [this](https://github.com/zbtang/React-Native-ViewPager/blob/master/
-
Updated
Jun 22, 2020 - Java
Improve this page
Add a description, image, and links to the viewpager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the viewpager topic, visit your repo's landing page and select "manage topics."
