Android Lollipop Sections Separator/divider
I'm trying to create form with 'section separators/dividers' like in Android's Settings activity. I inspected the activity by dumping view hierarchy and I noticed that the separat
Solution 1:
Lollipop comes with elevation value which makes shadow, see https://developer.android.com/training/material/shadows-clipping.html. If you are making app for pre-lollipop you can add there new View with gradient background
Post a Comment for "Android Lollipop Sections Separator/divider"