How to add deviders between recyclerview items.
Based on the book Pro Android UI.
c.f. https://developer.android.com/training/swipe/add-swipe-interface
Depend on support-annotations
dependencies { implementation 'com.android.support:support-annotations:24.2.0' }
see also:
To develop great UI the designer impliments different layouts for different breakpoints.
master_frag
and detail_frag
are each in a FragmentActiity
master_detail_act.xml
incorprating master_frag
and detail_frag
fragments