Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationTabStrip inside HorizontalScrollView #43

Open
ghost opened this issue Feb 14, 2018 · 0 comments
Open

NavigationTabStrip inside HorizontalScrollView #43

ghost opened this issue Feb 14, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 14, 2018

Is it possible to put NavigationTabStrip inside HorizontalScrollView?
I tried to do this, but NavigationTabStrip is not displayed.

`<HorizontalScrollView
   android:id="@+id/a"
   android:layout_width="match_parent"
   android:layout_height="wrap_content">

      <com.gigamole.navigationtabstrip.NavigationTabStrip
         android:layout_width="50dp"
         android:layout_height="50dp"
         app:nts_active_color="@color/text_color_nav"
         app:nts_animation_duration="200"
         app:nts_color="@color/statusbar_color"
         app:nts_corners_radius="1.5dp"
         app:nts_factor="1"
         app:nts_gravity="bottom"
         app:nts_inactive_color="#c4c4c4"
         app:nts_size="15sp"
         app:nts_titles="@array/coils_count"
         app:nts_type="line"
         app:nts_weight="2dp" />
     </HorizontalScrollView>`

I need to make a scrollable NavigationTabStrip with many elements. Is it possible to implement it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants