Fixed
Status Update
Comments
na...@google.com <na...@google.com>
al...@android.com <al...@android.com>
ya...@gmail.com <ya...@gmail.com> #3
pa...@gmail.com <pa...@gmail.com> #4
@4 Yan, you can always diff files in
...\android-sdk\extras\android\m2repository\com\android\support\recyclerview-v7\23.2.0\recyclerview-v7-23.2.0-sources.jar
...\android-sdk\extras\android\m2repository\com\android\support\recyclerview-v7\23.2.1\recyclerview-v7-23.2.1-sources.jar
...\android-sdk\extras\android\m2repository\com\android\support\recyclerview-v7\23.2.0\recyclerview-v7-23.2.0-sources.jar
...\android-sdk\extras\android\m2repository\com\android\support\recyclerview-v7\23.2.1\recyclerview-v7-23.2.1-sources.jar
Description
Repro:
Create a sample app with Tabs and Fragment
in the fragment have this order:
- FrameLayout A width and height match_parent
- CardView B width match_parent and height wrap_content
- RecyclerView C width match_parent and height wrap_content
XML: FrameLayout A->CardView B->RecyclerView C
Layout file for the adapter:
- LinearLayout A width and height match_parent, orientation vertical
- LinearLayout B width and height match_parent, orientation horizontal
- TextView C width 0dp weight 1 and height wrap_content
- TextView D width 0dp weight 1 and height wrap_content
XML: LinearLayout A->LinearLayout B->TextView C, TextView D
If I try to scroll by touching the tabs on landscape then the view gets scrolled and the card is fully visible like on portrait