android-collapsingtoolbarlayout Questions
7
I have this issue in 2 of my activities. When I navigate using keyboard Tab keys or arrow keys - I am unable to reach any element in the App bar.
1) Activity 1 -> My appbar has a hamburger menu ic...
Friedlander asked 9/3, 2018 at 19:20
0
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.........
Coeliac asked 25/1, 2024 at 11:17
2
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 direc...
Ormond asked 8/12, 2023 at 10:38
16
Solved
I've tried setExpandedTitleColor and setCollapsedTitleColor (switching to and from transparent) with no luck. I can't see any built in methods that'll do what I'm looking for, either.
I only want ...
Spirant asked 27/7, 2015 at 20:15
4
Solved
Background
Suppose you have a scrolling activity, with CoordinatorLayout and AppBarLayout, where you have a top header that can collapse upon scrolling at the bottom (which might have a RecyclerVi...
Consignment asked 27/7, 2017 at 13:48
5
Solved
Background
Suppose you have an app you've created that has a similar UI as the one you can create via the wizard of "scrolling activity", yet you wish the scrolling flags to have snapping, as such...
Heaney asked 19/7, 2017 at 13:51
11
Solved
Simple question, but I can't find an answer. How can I collapse or expand the CollapsingToolbarLayout programmatically?
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓...
Hilariahilario asked 4/6, 2015 at 23:33
3
Solved
I've created a fairly classic collapsing image layout in Jetpack compose, where I have an image at the top of the screen which parallax scrolls away and at a certain point I change the toolbar back...
Cerys asked 28/9, 2021 at 11:16
4
Solved
I want to hide my AppBarLayout for adding a view dynamically which will take the height of the screen.
For this, i want to remove a view temporaly by setting the visibility of my AppBarLayout to GO...
Brade asked 21/9, 2015 at 21:22
1
I am trying to achieve a layout shown in the image.
So I would like to have two views that pin on top of the screen after the users scrolls to a certain point. Other views should collapse until th...
Soubrette asked 10/8, 2020 at 15:10
6
I have an issue with scrolling Collapsing AppBar, when I am trying to scroll it touching the AppBarLayout part. And also it sometimes scrolling not smoothly.
Here is short (1m 30s) video of issue:...
Annikaanniken asked 26/4, 2018 at 13:6
0
Hey guys I am using custom toolbar in my project. When I try to scroll view it goes behind the toolbar and see all item. I made a short video please have a look.
toolbar.xml
<?xml version="...
Xerophagy asked 22/6, 2022 at 10:13
0
Hey guys I am trying to set title in my custom toolbar. It's not working until I explicit through xml. I don't want to put a Textview in xml in toolbar. I tried this post and trying to set by code,...
Bastien asked 21/6, 2022 at 11:3
1
Solved
Hey I am working on search bar in android. I get the lead from this post. Now I want to try something more. Above post explanation in short :- I have searchview in the middle of screen. When we foc...
Volney asked 20/6, 2022 at 10:7
2
Trying to mimic the current google maps Bar at the bottom.
I failed so hard and tried so much; CollapsingToolbar, BottomSheet, custom libs.
What I want: Making the map view adapt it's size and cam...
androidgoogle-maps-android-api-2android-coordinatorlayoutandroid-collapsingtoolbarlayoutbottom-sheet
Evite asked 14/8, 2017 at 15:46
3
Solved
CollapsingToolbarLayout from appcompat shows shadow in collapsed state, but when expanded (or expanding in process) shadow disappear
My example code https://github.com/NaikSoftware/CollapsingToolba...
Welladvised asked 5/3, 2016 at 14:0
5
Here is my Build method for collapsing toolbar:-
@override
Widget build(BuildContext context) {
return SafeArea(
child: CustomScrollView(
controller: controller,
slivers: <Widget>[
S...
Granulocyte asked 9/12, 2019 at 6:23
2
I use Compose with existed fragment. My structure in xml
<CoordinatorLayout>
<AppBarLayout>
<CollapsingToolbarLayout>
<ImageView />
<MaterialToolbar />
</Colla...
Whensoever asked 25/5, 2021 at 4:47
3
Solved
I would like to hide an ImageView (logo) when CollapsingToolbarLayout is expanded and only show the ImageView when the CollapsingToolbarLayout is collapsed. (I know how to do the reverse of this qu...
Eocene asked 30/11, 2017 at 12:23
3
Hi I want to make scrollable toolbar with searchbox. on scrolling toolbar should be hide toolbar and show search box. Give me some suggestion that how i can build this kind of UI for my application...
Malaguena asked 19/11, 2019 at 4:42
5
I have 2 fragments (Fragment A and Fragment B) both with collapsing toolbar layouts and corresponding recyclerviews within a coordinatorlayout.
If I scroll up in my recyclerview (so the Collapsing...
Typhoon asked 14/12, 2016 at 13:7
1
I'm trying to restyle my app's AppBars to use the CollapsingToolbarLayout pattern. As the content is scrolled, the toolbar reduces in size and the visible content area increases.
My app uses Fragme...
androidandroid-fragmentsandroid-coordinatorlayoutandroid-collapsingtoolbarlayoutandroid-appbarlayout
Preform asked 10/3, 2021 at 12:22
7
I've recently bumped to problem with coordinator layout. When I try to create simple collapsing toolbar layout as in this example, toolbar apears to be under status bar as in screenshot below (on p...
Greegree asked 14/9, 2016 at 14:5
5
I'm getting this warning spammed in my console. The only info I can find is most people get it when they have fast scroll enabled in a listview. I'm not using any listviews. It says its being impro...
Uniliteral asked 1/7, 2016 at 0:22
3
I'm using CollapsingToolbarLayout in my Activity, but I need to change color of back arrow when it is expanded, is there any way to do this?
What I have:
What I want to do:
Here is my layou...
Marchetti asked 19/2, 2016 at 8:42
1 Next >
© 2022 - 2025 — McMap. All rights reserved.