Fixed
Status Update
Comments
na...@google.com <na...@google.com>
al...@android.com <al...@android.com>
ya...@gmail.com <ya...@gmail.com> #3
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #4
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
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