Questions tagged [android-scrollable-tabs]

22 questions
24
votes
13 answers

How to scroll tablayout programmatically - Android

I have created 30 scrollable tabs using tablayout. So first three tabs are visible on screen and rest of them are invisible which can be scroll using swipe gesture. The problem is when I am selecting last tab programmatically but it is not get…
10
votes
2 answers

Android: Swipey tabs without Action Bar

I've created a ViewPager. and I want to add scrollable tabs (swipey tabs) to make it more flexible (like google play). and all the tutorials that i found using ActionBar. How can i do it without using ActionBar?
IBRA
  • 1,035
  • 3
  • 20
  • 50
9
votes
3 answers

Ionic scrollable tabs

Hello I was wondering before I made something my self if ionic has something like scrollable tabs. I was looking and seen it in the fitrpg app which was made with ionic but I didn't know if it was custom or not. I'm going to use it for a list like…
epelc
  • 4,175
  • 5
  • 18
  • 26
3
votes
1 answer

Android: How to fill tabs with scrolling in custom tabLayout?

I have a tablayout with 6 tabs. Tabs are fixed in the display but their text does not show completely. I do the solutions in here so that I can summarize them in these lines:
3
votes
0 answers

How do I customize the scrollable tab in Android Studio like this?

This contains a picture which has 'All' selected in the scrollable tab. So when an item in the tab is selected, an inverted triangle must appear as it appears in the picture below the word 'All'. How do I set that effect for an Android App in…
Aishwarya
  • 125
  • 1
  • 1
  • 9
2
votes
0 answers

Native Base Are Flickering React Native Expo

I'm using ScrollableTab from Native Base library in my expo app. When I navigate to this screen so all tabs are flickering continue when I click any of them so it stops flickering and working fine and when I directly open tabs screen so it also…
ZaIn KhAn
  • 722
  • 9
  • 24
2
votes
1 answer

Storing data in Swipeable UI. Get Context in Fragments

I am using the Scrollable tabs + Swipe Navigation for my project. I used Shared Preferences to store data of a form. My onClick function for the save button of the page. public void onClick(View v) { SharedPreferences.Editor editor3 =…
1
vote
2 answers

How to set the size of text in PagerTitleStrip

I am trying to make scrollable tabs and want to set the size of the title .How can I do this as I cant set the text size in PagerTitleStrip in the xml.Can some one tell me how to do this.
1
vote
1 answer

Is there any way to have embedded scrollable tabs?

I have a layout in my head that should look like that: http://i.imgur.com/H1nTRvd.png Only part that will be dynamic is the blue one. I don't know the number of tabs that will be created before I load the activity, hence the number is acquired from…
0
votes
1 answer

CoordinatorLayout scrolling does not work while Toolbar is added via

So i have been learning a tutorial to hide tool bar in CoordinatorLayout while i scroll up my view pagers first fragment but toolbar is not moving up or hiding while i scroll up. The toolbar is added in Coordinator layout using < include layout / >…
0
votes
1 answer

Tabs in CollapsingToolbarLayout overlapping RecyclerView

I have a TabLayout which has a ViewPager that selects between two fragments which both have vertical scrolling RecyclerViews. I have a scrolling TabLayout so that when I scroll the RecyclerView, the tabs disappear. However, it starts off with the…
0
votes
2 answers

When the ScrollableTabView is nested inside ScrollView, it can not show anything

When I use ScrollableTabView is nested inside ScrollView, it can't show anything in Android althought I updated ScrollableTabView version 0.8.0. react-native-cli: 2.0.1 react-native: 0.44.3 My code like this: render() { return ( …
0
votes
1 answer

react native text box above scrollable-tab-view

New to react native, trying to place text-box above scrollable tab view export default React.createClass({ render() { return
codey modey
  • 963
  • 2
  • 8
  • 21
0
votes
1 answer

How to set the Adapter for the circular Scroll-able tab

I am trying to set infinite view Pager(circular Scroll-able tab) using Infinite ViewPager but when I tried to set the adapter 1.It work only from the end side (last Position). 2.It is not working on the start(position 0) side. 3.It repeat the last…
0
votes
1 answer

Android fragment having problems in passing instance in CustomListAdapter

I have an application that has a scrollable tab view in which each tab is a fragment. Now i want each tab to have a custom list view. But according to code I came up with there is a problem in the fragment in passing its instance as it wants an…
1
2