{"id":563,"date":"2020-06-12T13:10:08","date_gmt":"2020-06-12T05:10:08","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=563"},"modified":"2020-06-12T13:10:33","modified_gmt":"2020-06-12T05:10:33","slug":"android-tips-scrollview%e5%b5%8c%e5%a5%97recyclerview%e5%87%ba%e7%8f%be%e6%95%b8%e6%93%9a%e4%b8%8d%e5%85%a8","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/android-tips-scrollview%e5%b5%8c%e5%a5%97recyclerview%e5%87%ba%e7%8f%be%e6%95%b8%e6%93%9a%e4%b8%8d%e5%85%a8\/","title":{"rendered":"Android Tips ScrollView\u5d4c\u5957RecyclerView\u51fa\u73fe\u6578\u64da\u4e0d\u5168"},"content":{"rendered":"<h4>android.support.v4.widget.NestedScrollView\u4ee3\u66ffScrollView<\/h4>\n<h4>RecyclerView\u6dfb\u52a0\u5c5e\u6027android:nestedScrollingEnabled=&#8221;false&#8221;<\/h4>\n<pre><code class=\"language-XML line-numbers\"> &lt;android.support.v4.widget.NestedScrollView\n        android:layout_width=\"0dp\"\n        android:layout_height=\"0dp\"\n        app:layout_constraintBottom_toBottomOf=\"parent\"\n        app:layout_constraintEnd_toEndOf=\"parent\"\n        app:layout_constraintStart_toStartOf=\"parent\"\n        app:layout_constraintTop_toTopOf=\"parent\"&gt;\n\n        &lt;android.support.constraint.ConstraintLayout\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"&gt;\n\n            &lt;android.support.v7.widget.RecyclerView\n                android:nestedScrollingEnabled=\"false\"\n                android:id=\"@+id\/successful_authentication\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"match_parent\"\n                android:layout_marginStart=\"8dp\"\n                android:layout_marginTop=\"24dp\"\n                android:layout_marginEnd=\"8dp\"\n                android:layout_marginBottom=\"32dp\"\n                android:background=\"@drawable\/complete_bg\"\n                android:elevation=\"5dp\"\n                app:layout_constraintBottom_toBottomOf=\"parent\"\n                app:layout_constraintEnd_toEndOf=\"parent\"\n                app:layout_constraintStart_toStartOf=\"parent\"\n                app:layout_constraintTop_toBottomOf=\"@+id\/complete_registration\" \/&gt;\n\n            &lt;android.support.v7.widget.RecyclerView\n                android:nestedScrollingEnabled=\"false\"\n                android:id=\"@+id\/complete_registration\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"match_parent\"\n                android:layout_marginStart=\"8dp\"\n                android:layout_marginTop=\"32dp\"\n                android:layout_marginEnd=\"8dp\"\n                android:background=\"@drawable\/complete_bg\"\n                android:elevation=\"5dp\"\n                app:layout_constraintEnd_toEndOf=\"parent\"\n                app:layout_constraintStart_toStartOf=\"parent\"\n                app:layout_constraintTop_toTopOf=\"parent\"&gt;\n\n            &lt;\/android.support.v7.widget.RecyclerView&gt;\n        &lt;\/android.support.constraint.ConstraintLayout&gt;\n    &lt;\/android.support.v4.widget.NestedScrollView&gt;\n<\/code><\/pre>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>android.support.v4.widget.NestedScrollView\u4ee3\u66ffScrollView  &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[5],"tags":[13,83,82],"class_list":["post-563","post","type-post","status-publish","format-standard","hentry","category-android","tag-android","tag-scrollview","tag-tips"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=563"}],"version-history":[{"count":1,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/563\/revisions"}],"predecessor-version":[{"id":564,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/563\/revisions\/564"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}