You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before support-28/androidX-1.0.0, there has divider between preference;
but now, only can show divider between PreferenceCategory;
i want to show divider between preference, and the divider line not match-parent,
it has a margin with the icon, like the below effect
------------------------
😇 title
---------------------
😇 title
---------------------
😇 title
---------------------
😇 title
------------------------
The text was updated successfully, but these errors were encountered:
BrightVan
changed the title
is there anyone knows that how to show divider between preference when merged to androidx-V1.0.0
how to show divider between preference when merged to androidX-1.0.0/support-28
Dec 23, 2018
attention:both items should allowDivider if you want to show a divider between them.
and the first(last) preference item in a PreferenceCategory, you just need to set
app:allowDividerAbove="true/false" (app:allowDividerBelow="true/false") to control
but i am still do not know how to set a marginStart of a divider!
before support-28/androidX-1.0.0, there has divider between preference;
but now, only can show divider between PreferenceCategory;
i want to show divider between preference, and the divider line not match-parent,
it has a margin with the icon, like the below effect
The text was updated successfully, but these errors were encountered: