coordinator-layout Questions

2

I am facing a problem regarding implementing a NestedScrollview inside a CoordinatorLayout. See the following layout code: <android.support.design.widget.CoordinatorLayout xmlns:android="http:/...
Counterscarp asked 21/6, 2016 at 5:55

1

Solved

I just updated to appcompat library from 23.1.1 to 23.2 and now application stopped working on java.lang.IllegalStateException: View can not be anchored to the the parent CoordinatorLayout. java.l...
Polis asked 2/3, 2016 at 12:50

1

I have a layout (as generated by android studio) where i added a RelativeLayout to the AppBarLayout. The code is below and it looks like this: Where i am stuck: What i want to achieve is when sc...
Cash asked 28/2, 2016 at 8:24

3

Is it possible to have a CoordinatorLayout / CollapsingToolbarLayout in the fragments shown in the main container of a DrawerLayout? An answer to another question suggests that each fragment could...

3

Solved

I have CoordinatorLayout as described in blog: http://android-developers.blogspot.ru/2015/05/android-design-support-library.html <android.support.design.widget.CoordinatorLayout xmlns:android=...

2

Hello lets say I have a layout which contains the following <ScrollView android:id="@+id/scroll" android:layout_below="@+id/toolbar" android:layout_width="match_parent" android:layout_hei...
Curbing asked 13/7, 2015 at 15:42

0

I'm facing following problem with custom views in CoordinatorLayout: I need to collapse ViewGroup (f.e LinearLayout) when scrolling RecyclerView. ViewGroup acts as header of RecyclerView. When usin...
Torquemada asked 7/10, 2015 at 13:7

0

I have two activities, Toolbars and CoordinatorLayouts in both of them. Toolbars can be hidden by scrolling, thanks to CoordinatorLayout. I'm trying to make a shared element transition between th...

2

I wrote a CordinatorLayout.Behaviour class and assigned it in a CordinatorLayout's child, a LinearLayout using app:layout_behavior="com.mob2.zd2duta.infodrawer.components. FloatingHeaderBehaviour...

1

Solved

I am trying to put all this elements together, but i can't see the the FloatingActionButton My code is this: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools...

1

Solved

I have a view which contains a CoordinatorLayout which wraps an AppBarLayout and a NestedScrollView. Inside the NestedScrollView there is an EditText I'm having problems showing the soft input key...
Biggers asked 18/8, 2015 at 13:40

1

Solved

I'm trying to use a coordinator layout with an appbar layout that hosts a fragment as the "scrolling view". The fragment consists of a recyclerView and a bottom aligned layout holding a button, lik...

2

Solved

I have an activity with the layout of: <android.support.design.widget.CoordinatorLayout android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.desi...

1

Solved

I just tried out the new Support Design Library with CoordinatorLayout, but I'm having problems anchoring child views. My layout currently looks like this: <android.support.design.widget.Coordi...

1

Solved

I try to implement auto hiding toolbar feature from the new support library 22.2.0. Without SwipeRefreshLayout is working fine: But when I re add this layout, toolbar overlap the recyclerview: ...

© 2022 - 2024 — McMap. All rights reserved.