-
How I can use your library with [InfiniteViewPager](https://github.com/antonyt/InfiniteViewPager)? Your library generate tab text sized `adapter.getCount()` which equals `Integer.MAX_VALUE` in infinit…
-
希望能通过studio一步引用功能和布局的库,类似这样的引用compile 'com.ogaclejapan.smarttablayout:library:1.4.2@aar'
谢谢。
-
This is what happens when I scroll down: https://vid.me/e/WiHa
It only happens on Lollipop devices ( api 21 and 22 ).
```
public class DrawerFrag5 extends Fragment {
private static final String KEY_…
-
Hi all,
I used smarttablayout in my app.
[http://i.stack.imgur.com/BTtfx.png](url)
When i run app, Fragment TIN TUC and XEM DIEM be created. Now i want when i run app, only Fragment TIN TUC be created…
-
when I set "app:stl_defaultTabBackground" in darkcolor ,the indicator is under tabbackground,
but if I set "app:stl_drawDecorationAfterTab="true"",the tab_text will under indicator,how can I fix that…
-
First of all, thank you for the amazing work. Here I got another challenge from the crashes on using `v0.0.4`. I have an example that the childfragment manager inside the fragment is used for supply t…
-
``` java
@SuppressLint("ResourceAsColor")
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
@Override
public void onViewCreated(View v, Bundle b) {
mTab = (SmartTabLayout) v.findV…
-
Hi @ogaclejapan, great library you made here.
I'd like to ask a question regarding updating the tab UI with `LocalBroadcastManager`.
Here's what I'm trying to achieve: I put a counter besides the te…
aemxn updated
8 years ago
-
Great job, thanks.
It would be great to have a circular notification attached to the tab title.
-
apply plugin: 'com.android.library'
repositories {
maven { url "http://dl.bintray.com/jjhesk/maven" }
maven { url 'http://dl.bintray.com/madcyph3r/maven/' }
maven { url 'https://oss.sonaty…