2
score
289
views
yes
status
CC BY-SA 3.0
Why android.R.id.list 's parent is FrameLayout not LInearLayout in Android N
It would make sense to use a FrameLayout instead of a LinearLayout with one child view. This change is most likely permanent. From the deleted answer and comments, I see you are using this library and this question is...