Skip to main content

Questions tagged [android-collapsingtoolbarlayout]

CollapsingToolbarLayout is a wrapper for Toolbar that provides several visual effects that are bind to the content scroll events.

android-collapsingtoolbarlayout
0 votes
0 answers
23 views

CollapsingToolbarLayout title not displaying in Collapsed state with MaterialToolbar items

I am developing an Android app and using a CollapsingToolbarLayout combined with a MaterialToolbar. My goal is to display icons inside the MaterialToolbar while maintaining the visibility of the title ...
Usman Khan's user avatar
  • 3,883
0 votes
0 answers
24 views

Android CollapsingToolbar not collapsing in some cases

I have a problem with CollapsingToolbarLayout not collapsing in some cases only. The report came only from one user with a Samsung Galaxy A53. We tried reproducing it in other Samsung & Xiaomi ...
tzegian's user avatar
  • 574
1 vote
0 answers
92 views

Android - RecyclerView + CollapsingToolbarLayout with Specific Start/End Height Behavior

I'm trying to implement a collapsing toolbar in my Android app with a specific behavior. I want the toolbar to: Initially start at one-third of the screen height. Collapse to 15% of the screen height ...
Uriel Frankel's user avatar
0 votes
0 answers
18 views

Option menu does not appear in the toolbar after being collapsed inside a fragment

Everything was fine when I implemented the collapsed toolbar until I tried to add an option menu. This is XML code. Note: I use fragments, not activities. <com.google.android.material.appbar....
Ali El-Sayed's user avatar
0 votes
1 answer
55 views

How can i make a view like CollapsingToolbarLayout with ReactNative?

I want make a view like this, or like this video I used react-native-collapsible-tab-view but it is have bugs. Can I make it with react-native-reanimated and react-native-gesture-handler? Here is the ...
某亚瑟's user avatar
0 votes
0 answers
41 views

Not able to add swipetorefreshlayout inside the collapsetoollbar android

Hi Folks in my project, I'm using collapsing toolbar . in that im trying to add the swipe to refresh layout outside of the nested scroll view then whole ui inside the nested is getting hidden.............
android dev's user avatar
1 vote
2 answers
388 views

Android : Recyclerview scrolling with Collapsing toolbar issue

In my app I am using, CollapsingtoolbarLayout together with RecyclerView. Both are working. But I am having a problem with scrolling them. What I want is I want whenever i scroll RecyclerView directly ...
android dev's user avatar
0 votes
1 answer
196 views

Status bar color change when Collapsing toolbar Collapsed and Expanded

I have a requirement like when collapsed toolbar is expanded the status bar color should be transparent and when toolbar is collapsed then status bar should get the theme color. There are many related ...
Naveen Shriyan's user avatar
0 votes
2 answers
82 views

How to make the background of a toolbar transparent

I have a collapsing toolbar set up and everything is working as intended. There is only one problem, when the toolbar collapses, there is a white rectangular view behind the toolbar as shown in the ...
user17747424's user avatar
0 votes
1 answer
509 views

Render problem with Collapse Toolbar Layout

I have the project and one of fragment use the Collapse Toolbar Layout. Until recently, everything was fine. But last time i faced in Android Studio with the problem of render of the Collapse Toolbar ...
Vasily's user avatar
  • 1
0 votes
0 answers
24 views

Hide TabLayout and SearchView behind toolbar while toolbar collapses and change font size

I have a problem that I can't solve with Android. I have an UI composed by a Toolbar, a SearchView below toolbar and a TabLayout below SearchView. I am trying to make sure that when scrolling, both ...
fl4ash3r's user avatar
0 votes
1 answer
31 views

How to implement collapsing toolbar with tablayout like Watsapp

Xml File <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
Hrithik Rajput's user avatar
0 votes
0 answers
46 views

For Collapsing Toolbar Is it possible to use `enterAlways` and `exitUntilCollapsed` simultaneously

I want to be able to scroll up and have the toolbar collapse while still being pined on the screen, and have the toolbar expand as I scroll down no matter where I am in the body contents. The desired ...
Juan Pimentel's user avatar
1 vote
0 answers
2k views

Complex custom toolbar in jetpack compose with custom height

In scaffold the Top app bar height is fixed(by material ui) and it is only scrolling "Toolbar" section, but I want to scroll "Profile Detail Section" as well. Is there any solution ...
Ansab's user avatar
  • 21
0 votes
1 answer
90 views

CollapsingToolbarLayout scroll not work after setAppearanceLightStatusBars on API 26

I create simple ScrollingActivity (which created by new Android template) it's working fine while scrolling <?xml version="1.0" encoding="utf-8"?> <androidx....
Linh's user avatar
  • 60.3k

15 30 50 per page
1
2 3 4 5
83