android-coordinatorlayout Questions
5
Solved
I have a CoordinatorLayout with a Toolbar and a TabLayout inside the AppBarLayout. Additionally, I have a ViewPager inside the CoordinatorLayout but outside the ViewPager.
The problem is that the...
Daliladalis asked 28/9, 2016 at 6:44
5
Solved
I have an AppBar and RecyclerView in CoordiantorLayout. SwipeToRefresh has to be fullscreen but RecyclerView not scrolling down then.
<com.google.android.material.appbar.AppBarLayout
andro...
Wahhabi asked 6/11, 2019 at 8:37
5
Solved
I have the following layout:
<android.support.design.widget.CoordinatorLayout
android:id="@+id/main_content"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://sche...
Sigmund asked 5/10, 2015 at 19:9
3
Solved
I have a layouting problem when combining CoordinatorLayout with an AppBarLayout and a NavigationDrawer.
The problem is, that the NavigationDrawer and it's content are hidden behind the toolbar. ...
Hughmanick asked 11/9, 2015 at 12:8
8
Solved
this is my XML layout with name songlist :
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com...
Basement asked 8/4, 2017 at 11:26
11
Solved
I guess you have seen the new Android design guidelines, with the new "Floating Action Button" a.k.a "FAB"
For instance this pink button:
My question sounds stupid, and I have already tried a l...
Spinks asked 27/6, 2014 at 19:20
3
Solved
My app have a viewpager and 4 tabs, each tab have many fragment. But I just want my Toolbar scroll up/down while scrolling recyclerview in 2 specific tabs. But I don't know how to block Toolbar scr...
Seminarian asked 11/6, 2015 at 3:41
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
4
Solved
My question is just like the question asked here : Scroll behavior in nested RecyclerView with horizontal scroll
Similar to the Google Play store UI, I have a nested RecyclerView(Horizontal) inside...
Bolin asked 14/1, 2016 at 14:14
2
In my application I want show BottomNavigation bottom of CoordinatorLayout and for this I write below code :
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.Coordin...
Reese asked 9/6, 2017 at 16:45
2
Video of my current state,for better understanding of my situation:
video
everything above RecyclerView is inside AppbarLayout
Example of reddit app with similar behavior:
video
Goal:
1-Implement ...
Awash asked 24/6, 2022 at 11:36
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
1
Solved
I want to build searchview in center of screen and when I focus I want to move into toolbar. Remove Searchview only from toolbar when I remove focus from SearchView. I don't won't in different acti...
Council asked 15/6, 2022 at 22:22
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
1
I have a bottom sheet with a child NestedScrollView. I want to scroll the entire NestedScrollView all the way to bottom without sliding the bottom sheet to up side.
If user wants the bottom sheet ...
Bereft asked 29/3, 2019 at 2:32
5
I have a pretty standard layout using the new design libraries:
<AppBarLayout>
<CollapsingToolbarLayout>
<ImageView/>
<Toolbar/>
</CollapsingToolbarLayout>
<...
Bashkir asked 16/6, 2015 at 18:53
4
Solved
When using a CoordinatorLayout with AppBarLayout on some activities I need the content to be under the AppBarLayout, i.e. the Toolbar is using some transparent color and overlays the content. By de...
Sobersided asked 24/9, 2015 at 12:27
2
Solved
I have problem using Android Design Support Library. I would like to use CoordinatorLayout inside fragment for FAB and ActionBar animations while scroll, but I having ActionBar in activity layout a...
Phenobarbital asked 29/7, 2015 at 20:29
1
According to the documentation:
The index of the horizontal keyline specified to the parent CoordinatorLayout that this child should align relative to.
Can anyone explain how the 'keyline' wor...
Resoluble asked 22/4, 2018 at 11:0
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
15
Solved
I want to hide/show FloatingActionButton on scroll of RecyclerView.
My XML layout :
<android.support.design.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height...
Ernaldus asked 19/10, 2015 at 7:14
9
I have a CoordinatorLayout which contains AppBarLayout and a FrameLayout which contains fragments.
One of this fragment contains a TabLayout at Top, one List trough RecyclerView and at the Bottom ...
Evildoer asked 23/2, 2016 at 11:25
10
Solved
I have following setup:
I'm using AppCompat
MainActivity, that holds a fragment and has a toolbar, that's hiding when scrolling down
Fragment with RecyclerView
all views that should fit the scree...
Stuartstub asked 13/1, 2016 at 8:27
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
7
Solved
This is the app I'm trying to build with all the elements mapped out below:
Everything works, however, I want the inner horizontal recyclerview not to capture any of the vertical scrolls. All ve...
Overturf asked 31/10, 2015 at 20:25
1 Next >
© 2022 - 2025 — McMap. All rights reserved.