-
Hi @ogaclejapan i have found new bug, the tab title gone suddenly after activate the screen from sleep screen.
-
-
Is there anyway to have tabs with title as well as Image ??
-
Hi.
The view is very very flexible and I have used it for some very unique combinations.
I wonder if I can make tabs of different sizes, while still filling up the screen.
I want 3 tabs. First and la…
-
Hi,
I have configured two tabs.
I can swipe through the fragments but the problem ist that only one tab title is showing.
If I add more than 3 tab items, all tabs/tab titles are visible.
I've tried …
-
When I go build my project, the android studio return this error and don`t start my app. What I can make to fix this?
12-01 14:10:07.362 6441-6441/viewup.com.japesquisoteste E/AndroidRuntime: FATAL …
-
Hi everyone, congratulations for the SmartTabLayout. Helps me a lot.
My question is: Can I put SmartTab in bottom position or only in top of my view pager?
Thanks for everything.
Best Regards, Mathe…
-
Sample is working fine but when I add this to my project, this exception occures.
java.lang.NoSuchFieldError: No static field sliding_tabs of type I in class Lvc908/stickerfactory/R$id; or its superc…
-
Hi
If I set stl_defaultTabBackground to any color, say Blue, it draws on top of the indicator bar.
Same way if I apply a stl_customTabTextLayoutId and set background of textview to blue color, that dr…
-
```
@Override
public Fragment getItem(int position) {
switch (position % 5) {
case 0:
Intent myIntent = getActivity().getIntent();
…