PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
An interactive indicator to navigate between the different pages of a ViewPager
How to make Tab indicator position from bottom to upwards
Hi, I tried with ``` ``` ``` ``` It's showing only focused color. Did anyone get pressed_state color with this component ? same mentioned in #140 also.
I am using list view in the tabs on clicking on item detail page is shown after pressing back button the data from tab is gone and to change the...
I added a `android:requiresFadingEdge="horizontal"` , the width covers only the centre tab , how do I give it full width? I need effect something like this  Thank you.
I am using the NavigationDrawer. If I click on an Element in the NavigationDrawer, a Fragment is shown, which uses the PagerSliderTabStrip. I cannot click on the tabs anymore, I...
package net.simplifiedcoding.androidtablayout.Activity; import android.content.Context; import android.graphics.Color; import android.graphics.PorterDuff; import android.support.design.widget.TabLayout; import android.support.v4.app.Fragment; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.Adapter; import android.widget.Button; import android.widget.Toast; import com.astuetz.PagerSlidingTabStrip; import net.simplifiedcoding.androidtablayout.Adapter.Pager; import net.simplifiedcoding.androidtablayout.R;...
Draw indicator from 'left + pstsIndicatorMarginLeftRight' to 'right - pstsIndicatorMarginLeftRight'.
i have a fragment tab host with no adapter how would i use it? @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_car_list_chapters); setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); ``` PagerSlidingTabStrip pagerSlidingTabStrip = (PagerSlidingTabStrip) findViewById(R.id.tabs); Button...
Shouldn't this library be deprecated in favor of Google's Tablayout ? If it does, you may update README.md