android - RecyclerView Divider Space -


i create list simple recyclerview , cardview without style properties.

<android.support.v7.widget.recyclerview         android:id="@+id/shops_list"         android:layout_width="match_parent"         android:layout_height="match_parent"/> 

and expected result when run in android 4.2.2 device following screenshot.

screenshot in android 4.2.2 genymotion emulator

but, when run in android version 6.0.1, there no space between cardview item following.

screenshot in android 6.0.1 real device

i space between cardview item above screenshot. need add space or divider height manually? please :-)

use app:cardusecompatpadding="true"in cardview.

cardview adds padding in platforms pre-l draw shadows. in l, unless set usecompatpadding=true, there should not gap.


Comments

Popular posts from this blog

Google sheets equipment borrowing system -

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -