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...

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...

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...

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. ...

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...

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...

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...

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...

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...

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 ...

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...

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...

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...

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 ...

5

I have a pretty standard layout using the new design libraries: <AppBarLayout> <CollapsingToolbarLayout> <ImageView/> <Toolbar/> </CollapsingToolbarLayout> <...

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...

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...

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...

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 ...

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...

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...

© 2022 - 2025 — McMap. All rights reserved.