Questions tagged [nestedscrollview]
308 questions
0
votes
0 answers
VideoView hides toolbar and drawerlayout if scrolled vertically in navigationdraweractivity android
In android navigationdraweractivity, I placed a VideoView inside a fragment and said fragment is having a nested ScrollView.
Whenever I scroll up the VideoView, it hides the actionbar.
I tried the following…

Bhagyashri
- 182
- 1
- 15
0
votes
2 answers
Place a LinearLayout between AppBarLayout and NestedScrollView
I need to place a LinearLayout between AppBarLayout and NestedScrollView.
To clarify: It has to be OUTSIDE the nested scrollview, above it.
So far, this is the best behaviour I've managed to get:
GIF Preview
With Gudin's Answer:
GIF Preview
Note how…

Guido Belluomo
- 168
- 1
- 6
0
votes
1 answer
How to get data from marker to BottomSheet when marker clicked on Google Map
I'm facing the problem about get detail information(data) from marker to NestedScrollView of BottomSheet.
When I clicked marker, NestedScrollView will scroll up from bottom and display corresponding data. Im using json to get data.
My source…

Thanh Nam Pham
- 45
- 13
0
votes
1 answer
Content with multiple RecyclerView and a ViewPager not scrolling inside NestedScrollView
I'm facing a strange problem. I have a xml with two RecyclerView and a ViewPager with circle page indicator inside a NestedScrollview. I have used layout_weight and weightSum to show widget on screen. One of RecyclerView has horizontal layout which…

Geek
- 1,510
- 14
- 17
0
votes
2 answers
can`t hide toolbar when webview scrolling
How to hide toolbar, when scrolling webview?
I know, that webview must be in NestedScrollView and CoordinatorLayout, toolbar - in AppBarLayout.But I really cant to do it.
If anybody can help me, I would be very grateful.
activity_main.xml

Ilya
- 116
- 10
0
votes
0 answers
recycle view inside scroll view not scrolling
Recycle view is not scrolling inside Scroll View. I have Used Nested Scroll View instead but it doesn't work either. here is My xml code
activity_main.xml

Oswald
- 161
- 1
- 13
0
votes
2 answers
How to make a view move as part of RecyclerView using CoordinatorLayout
I am learning Android CoordinatorLayout/RecyclerView/Behavior/Nested scroll stuff. I found the APIs are not very straight forward. Thus I did a little experiment but found the behaviors of views inside CoordinatorLayout do not come out as expected.…

seemuch
- 233
- 1
- 2
- 11
0
votes
1 answer
Replacing NestedScrollView in Master/Detail Flow with a ListView
I am new to android and have little time to do an assignment, so I figured out I will use "Templates" like Master/Detail Flow to speed up my work. Maybe it wasn't the best decision, since I needed ages to understand given code and even now I still…

Kalina
- 11
- 4
0
votes
2 answers
How To Scroll View Pager + Recycler View in Android
I have a xml Layout that consist of two sections ;
in top of layout there is a ViewPager and below it there is a RecyclerView.(left picture).
I want when recycler view scrolling up ViewPager move and fadeOut.
My XML layout code is:
user1794292
0
votes
0 answers
How to show ViewPager in NestedScrollView in android?
Please help me, my ViewPager is not visible in NestedScrollView. What should i do? I have spent much time to try to make vp visible but it's not success. If i set fixed height of viewpager then it will be visible, but i don't want that. Here is my…

Na Pro
- 715
- 1
- 8
- 23
0
votes
0 answers
Complex layout with RecyclerViews and other views
I see there were a lot of questions about it, but I didn't find any solution so far.
So I need to make a complex layout with several recyclerviews and some other views, for example:
button
recyclewview1
textview
recyclerview2
I need all of this to…

T.Vert
- 279
- 2
- 13
0
votes
1 answer
recyclerview and some view in nestedscrollview
In XML with attachments NeastedScrollView put him in LinearLayout but LinearLayout telescope ImageVew and underneath RecyclerView.
Thing is when you start something LINKS RecyclerView focuses on the full screen scrolling Upper ImageVew up.…

Misha Bulasov
- 1
- 2
0
votes
4 answers
Strange white bar appears between TabLayout and Fragment
I got a wierd bug in my layout and I can't figure it out. A white bar appears between my Fragments and TabLayout. I didn't changed this code for a while now, maybe it's something in Android 6.0.1 (I got a Nexus 5). I'm pretty sure, that there was no…

zkminusck
- 1,230
- 1
- 12
- 23
0
votes
1 answer
About WebView In NestedScrollView. Can not show bottom content
I can not display webview bottom content casue by using NestedScrollView.
The bottom bar not apps bar.
I am sorry to my English. Thanks~
dependencies
compile 'com.android.support:appcompat-v7:23.3.0'
compile…

Don Tan Xu Dong
- 409
- 4
- 7
0
votes
2 answers
NestedScrollView with ImageView and Recycler view
The Recycler view gets scrolled inside imageview and imageview stays stationary.My requirement is to scroll both the views when recyclerview is scrolled.The xml I have written is given below:

ishwor kafley
- 938
- 14
- 32