-
I have a custom view pager, how can I use it?
Because I'm getting error:
```
viewPagerIndicator.setViewPager(customViewPager); //error
```
-
The problem is easily reproducible with the test case.
``` xml
```
``` java
protected void onCreate(Bundle savedInstanceState) {
....
FragmentPagerIte…
-
Hello ogacleJapan,
I use this library daily and i wanted to know if there was a way to make it compatible with CoordinatorLayout and TabLayout, in order to hide the Toolbar when an item is scrolled in…
-
-
![viewpager_indicator](https://cloud.githubusercontent.com/assets/1756141/8273932/0db4b758-18ac-11e5-8417-6f2b48cd1754.png)
can i put indicator on bottom of app? and how because your sample is on the…
-
I want to set the selected-unselected textview color to tabs.
Thanx
edit:
I found this way. is this right?
``` java
final SmartTabLayout viewPagerTab = (SmartTabLayout) findViewById(R.id.view…
-
Hey, I just stumbled upon this example that I might wanna use in my project.
I've tried it but I can't seem to have customizable actionbar item for each fragment that I want. For example, in Tab 1, I…
aemxn updated
9 years ago
-
hi, this is a great lib, but I found there is no seleted title color in attributes?
-
I get data on api and want to insert them into viewpager
```
adapter = new FragmentPagerItemAdapter(
getSupportFragmentManager(), FragmentPagerItems.with(this)
.add("t…
-
I have custom my own TabView, there have icon, and two textview.
I want to change the textview when I change the viewpage
just like the tab background will change when the viewpage changed.
viewPage…