-
is this possible give me an bare interface so that I can only implement the smarttablayout without sticking with the viewpager? because to some extend i dont need the viewpager to do the interact with…
-
Maybe someone has experience with these tabs in fragment? I tried to do this, but my tabs don't show anything:
```
public FragmentPagerItemAdapter adapter;
private FragmentActivity myContext;
…
-
Thank you so much on your amazing code! Now I have an real world situation to deal with and I cant get to anywhere for this problem. Please let me know if i have explain it correctly. There is the mai…
-
```
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app_fanxingv2:processDevFanxingDebugResources'.
at org.gradle.api.internal.tasks.execution.ExecuteA…
-
I have noticed that in some situation when i start using navigationfragment it will trigger onMeasure too soon that caused crash from the initiation. However this bug is not constantly happening and t…
-
Is there a way to change the text color of the selected tab?
-
Thanks to the flexibility of smartTabLayout, I have experimented with icons and text in tabs successfully. I am using both text and icons and using TabProvider to implement it. But I am not sure how t…
-
Hi
I am wondering if it's possible to implement multilevel viewpager with this library.
I mean I want to have a separate viewpager for one page of the main viewpager
-
how i can highlight the current tab text
-
``` javascript
FragmentPagerItemAdapter adapter = new FragmentPagerItemAdapter(
getSupportFragmentManager(), FragmentPagerItems.with(this)
.add(R.string.titleA, PageFragment.class)
…