Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-scrollable-tabs]

The tag has no usage guidance.

android-scrollable-tabs
0 votes
0 answers
12 views

ScrollableTabRow maxValue incorrect cannot scroll to the tab I need

I don't think this problem has a solution but if anyone else is experiencing this please let me know what I can do! Here is the relevant code. The maxValue of the scrollState is 1125; which I assume ...
user1743524's user avatar
1 vote
1 answer
261 views

How to make scrollable Tabrow fill max width in landscape mode in Jetpack Compose?

When changing screen orientation to landscape mode, the Scrollable Tabrow only occupies half of the screen, as in this image. I want to make it fill max width of the screen. As of the following code, ...
Arthur Thuma's user avatar
0 votes
0 answers
371 views

Jetpack Compose - Make indicator scroll in TabRow with HorizontalPager

I'm trying to achieve a simple thing: I have a ScrollableTabRow and a HorizontalPager and I want to make the indicator of the ScrollableTabRow to move when I drag the HorizontalPager left or right. ...
Youb's user avatar
  • 165
0 votes
0 answers
392 views

Android Jetpack Compose Nested ViewPager Scrolling issues

We are writing an android application using compose where we have been dictated that the UX needs to have nested tab rows with a nested viewpager (not a great ux, but I'm just a lowly dev, what do i ...
TKDev's user avatar
  • 1
3 votes
1 answer
1k views

Changing Selected Tab Bottom Line Color in Jetpack Compose

I am working on a Jetpack Compose project in Kotlin for Android, and I have implemented a tab layout using ScrollableTabRow. Tabs has a bottom line, and I want to change the color of the selected tab ...
burhanyaprak's user avatar
0 votes
0 answers
29 views

Create complex Recyclerview with horizontal tab breadcrumb style navigation where tabs navigate to section heads, and vice versa

I want to create a complex layout that will contain a toolbar with tabs that will scroll to a category in a list; and that will also respond to the scroll events of the list; so when the user scrolls ...
user1743524's user avatar
0 votes
0 answers
13 views

Use coordinator layout to create horizontally scrollable toolbar section headers that scroll to position in recyclerview [Android]

I want to create a complex layout that will contain a toolbar with tabs that will scroll to a category in a list; and that will also respond to the scroll events of the list; so when the users scrolls ...
user1743524's user avatar
6 votes
2 answers
2k views

Reduce Spacing between Scrollable tabs in compose

I am trying to create a animation where there is scrollable component that scrolls horizontally. Something like I thought of using Scrollable tabs and it works to some extent except, I am still ...
Raghunandan's user avatar
14 votes
6 answers
3k views

PullRefreshIndicator overlaps with ScrollableTabRow

I'm starting to learn about Jetpack Compose. I put together this app where I explore different day-to-day use cases, each of the feature modules within this project is supposed to tackle different ...
4gus71n's user avatar
  • 3,945
2 votes
1 answer
240 views

How to add stickyness to fullscreen ScrollableRow elements with Jetpack Compose?

I have a ScrollableRow with lets say 5 fullscreen composables. ScrollableRow( modifier = Modifier.fillMaxSize(), scrollState = scrollState) { myData.items.forEachIndexed{ index, ...
Edna Krabappel's user avatar
0 votes
2 answers
37 views

List view is not loading records correctly from some point

I have an scrollable list to which I am adding some records dynamically. It works very simple, I add records to ArrayList, than pass it to adapter. The problem is when I am scrolling, 3 first records ...
Jakub Bryniarski's user avatar
1 vote
0 answers
524 views

Native Base <ScrollableTab /> 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 ...
Zain Khan's user avatar
  • 1,784
0 votes
1 answer
169 views

CoordinatorLayout scrolling does not work while Toolbar is added via <include layout =" " />

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 ...
Mr.PooP's user avatar
  • 15
3 votes
1 answer
853 views

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: <android.support....
BeginnerProgrammer's user avatar
0 votes
1 answer
666 views

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 ...
Paradox's user avatar
  • 4,538

15 30 50 per page