RecyclerView Header or top view












0















Please Help me!



How to add View at top of RecyclerView.



This image: https://blog.iamsuleiman.com/wp-content/uploads/2017/08/pagination-4-recyclerview-multiple-viewtypes-header.png



<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>

</android.support.v4.widget.NestedScrollView>









share|improve this question























  • you want your top image scroll as well as your recyclerview or it's always be there

    – Sopheak Sok
    Nov 13 '18 at 1:46











  • I want top image scroll as well as my recyclerview

    – Mukam
    Nov 13 '18 at 16:07











  • just use the header for that top image to that recyclerview is done, easy and simple!

    – Sopheak Sok
    Nov 14 '18 at 1:52











  • you can search the internet on how to add header to your recyclerview or i can help you here though by implement some sample if you want

    – Sopheak Sok
    Nov 14 '18 at 1:56


















0















Please Help me!



How to add View at top of RecyclerView.



This image: https://blog.iamsuleiman.com/wp-content/uploads/2017/08/pagination-4-recyclerview-multiple-viewtypes-header.png



<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>

</android.support.v4.widget.NestedScrollView>









share|improve this question























  • you want your top image scroll as well as your recyclerview or it's always be there

    – Sopheak Sok
    Nov 13 '18 at 1:46











  • I want top image scroll as well as my recyclerview

    – Mukam
    Nov 13 '18 at 16:07











  • just use the header for that top image to that recyclerview is done, easy and simple!

    – Sopheak Sok
    Nov 14 '18 at 1:52











  • you can search the internet on how to add header to your recyclerview or i can help you here though by implement some sample if you want

    – Sopheak Sok
    Nov 14 '18 at 1:56
















0












0








0


1






Please Help me!



How to add View at top of RecyclerView.



This image: https://blog.iamsuleiman.com/wp-content/uploads/2017/08/pagination-4-recyclerview-multiple-viewtypes-header.png



<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>

</android.support.v4.widget.NestedScrollView>









share|improve this question














Please Help me!



How to add View at top of RecyclerView.



This image: https://blog.iamsuleiman.com/wp-content/uploads/2017/08/pagination-4-recyclerview-multiple-viewtypes-header.png



<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>

</android.support.v4.widget.NestedScrollView>






android view android-recyclerview






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 12 '18 at 16:49









MukamMukam

12




12













  • you want your top image scroll as well as your recyclerview or it's always be there

    – Sopheak Sok
    Nov 13 '18 at 1:46











  • I want top image scroll as well as my recyclerview

    – Mukam
    Nov 13 '18 at 16:07











  • just use the header for that top image to that recyclerview is done, easy and simple!

    – Sopheak Sok
    Nov 14 '18 at 1:52











  • you can search the internet on how to add header to your recyclerview or i can help you here though by implement some sample if you want

    – Sopheak Sok
    Nov 14 '18 at 1:56





















  • you want your top image scroll as well as your recyclerview or it's always be there

    – Sopheak Sok
    Nov 13 '18 at 1:46











  • I want top image scroll as well as my recyclerview

    – Mukam
    Nov 13 '18 at 16:07











  • just use the header for that top image to that recyclerview is done, easy and simple!

    – Sopheak Sok
    Nov 14 '18 at 1:52











  • you can search the internet on how to add header to your recyclerview or i can help you here though by implement some sample if you want

    – Sopheak Sok
    Nov 14 '18 at 1:56



















you want your top image scroll as well as your recyclerview or it's always be there

– Sopheak Sok
Nov 13 '18 at 1:46





you want your top image scroll as well as your recyclerview or it's always be there

– Sopheak Sok
Nov 13 '18 at 1:46













I want top image scroll as well as my recyclerview

– Mukam
Nov 13 '18 at 16:07





I want top image scroll as well as my recyclerview

– Mukam
Nov 13 '18 at 16:07













just use the header for that top image to that recyclerview is done, easy and simple!

– Sopheak Sok
Nov 14 '18 at 1:52





just use the header for that top image to that recyclerview is done, easy and simple!

– Sopheak Sok
Nov 14 '18 at 1:52













you can search the internet on how to add header to your recyclerview or i can help you here though by implement some sample if you want

– Sopheak Sok
Nov 14 '18 at 1:56







you can search the internet on how to add header to your recyclerview or i can help you here though by implement some sample if you want

– Sopheak Sok
Nov 14 '18 at 1:56














1 Answer
1






active

oldest

votes


















0














welcome to Stackoverflow.



I feel like it is hard to understand your question. From my perspective you want to add another image over (on top) of the recyclerview. Respectivle you do not need the NestedScrollView. Please try the following:



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">
<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>

</LinearLayout>


If this is not the answer to your question please let me know! I could also be possible that you want to add another Image in the Recyclerview. Than it would be very helpful if you could post your layout.xml file.



Nice Regards






share|improve this answer


























  • No Mr. Christian.gruener

    – Mukam
    Nov 12 '18 at 16:59











  • I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

    – Mukam
    Nov 12 '18 at 17:00











  • You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

    – Christian.gruener
    Nov 12 '18 at 17:03













  • Mr. Christian.gruener I need this

    – Mukam
    Nov 12 '18 at 17:09











  • Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

    – Christian.gruener
    Nov 13 '18 at 0:47











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266664%2frecyclerview-header-or-top-view%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














welcome to Stackoverflow.



I feel like it is hard to understand your question. From my perspective you want to add another image over (on top) of the recyclerview. Respectivle you do not need the NestedScrollView. Please try the following:



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">
<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>

</LinearLayout>


If this is not the answer to your question please let me know! I could also be possible that you want to add another Image in the Recyclerview. Than it would be very helpful if you could post your layout.xml file.



Nice Regards






share|improve this answer


























  • No Mr. Christian.gruener

    – Mukam
    Nov 12 '18 at 16:59











  • I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

    – Mukam
    Nov 12 '18 at 17:00











  • You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

    – Christian.gruener
    Nov 12 '18 at 17:03













  • Mr. Christian.gruener I need this

    – Mukam
    Nov 12 '18 at 17:09











  • Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

    – Christian.gruener
    Nov 13 '18 at 0:47
















0














welcome to Stackoverflow.



I feel like it is hard to understand your question. From my perspective you want to add another image over (on top) of the recyclerview. Respectivle you do not need the NestedScrollView. Please try the following:



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">
<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>

</LinearLayout>


If this is not the answer to your question please let me know! I could also be possible that you want to add another Image in the Recyclerview. Than it would be very helpful if you could post your layout.xml file.



Nice Regards






share|improve this answer


























  • No Mr. Christian.gruener

    – Mukam
    Nov 12 '18 at 16:59











  • I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

    – Mukam
    Nov 12 '18 at 17:00











  • You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

    – Christian.gruener
    Nov 12 '18 at 17:03













  • Mr. Christian.gruener I need this

    – Mukam
    Nov 12 '18 at 17:09











  • Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

    – Christian.gruener
    Nov 13 '18 at 0:47














0












0








0







welcome to Stackoverflow.



I feel like it is hard to understand your question. From my perspective you want to add another image over (on top) of the recyclerview. Respectivle you do not need the NestedScrollView. Please try the following:



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">
<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>

</LinearLayout>


If this is not the answer to your question please let me know! I could also be possible that you want to add another Image in the Recyclerview. Than it would be very helpful if you could post your layout.xml file.



Nice Regards






share|improve this answer















welcome to Stackoverflow.



I feel like it is hard to understand your question. From my perspective you want to add another image over (on top) of the recyclerview. Respectivle you do not need the NestedScrollView. Please try the following:



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/pattern"
android:fillViewport="true"
android:orientation="vertical"
tools:context=".MainActivity"
tools:showIn="@layout/app_bar_main">
<ImageView
android:id="@+id/main_image_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />
<ImageView
android:id="@+id/ivNew2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/line" />

<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/main_swipe"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<android.support.v7.widget.RecyclerView
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="500dp"
android:scrollbars="none" />
</android.support.v4.widget.SwipeRefreshLayout>

</LinearLayout>


If this is not the answer to your question please let me know! I could also be possible that you want to add another Image in the Recyclerview. Than it would be very helpful if you could post your layout.xml file.



Nice Regards







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 13 '18 at 0:49

























answered Nov 12 '18 at 16:55









Christian.gruenerChristian.gruener

258




258













  • No Mr. Christian.gruener

    – Mukam
    Nov 12 '18 at 16:59











  • I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

    – Mukam
    Nov 12 '18 at 17:00











  • You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

    – Christian.gruener
    Nov 12 '18 at 17:03













  • Mr. Christian.gruener I need this

    – Mukam
    Nov 12 '18 at 17:09











  • Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

    – Christian.gruener
    Nov 13 '18 at 0:47



















  • No Mr. Christian.gruener

    – Mukam
    Nov 12 '18 at 16:59











  • I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

    – Mukam
    Nov 12 '18 at 17:00











  • You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

    – Christian.gruener
    Nov 12 '18 at 17:03













  • Mr. Christian.gruener I need this

    – Mukam
    Nov 12 '18 at 17:09











  • Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

    – Christian.gruener
    Nov 13 '18 at 0:47

















No Mr. Christian.gruener

– Mukam
Nov 12 '18 at 16:59





No Mr. Christian.gruener

– Mukam
Nov 12 '18 at 16:59













I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

– Mukam
Nov 12 '18 at 17:00





I can't add View at top of Recyclerview. View can't scroll with RecyclerView :(

– Mukam
Nov 12 '18 at 17:00













You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

– Christian.gruener
Nov 12 '18 at 17:03







You do not need a nestedScrollView when you use the Recyclerview. Let me update my post. This should work write now. If you are happy with my answer It would be great if you could use the check to accept it.

– Christian.gruener
Nov 12 '18 at 17:03















Mr. Christian.gruener I need this

– Mukam
Nov 12 '18 at 17:09





Mr. Christian.gruener I need this

– Mukam
Nov 12 '18 at 17:09













Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

– Christian.gruener
Nov 13 '18 at 0:47





Is it working or not? Please elaborate your problem more clearly. Normally the updated code should work for you!

– Christian.gruener
Nov 13 '18 at 0:47


















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266664%2frecyclerview-header-or-top-view%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Full-time equivalent

Bicuculline

さくらももこ