I have My Layout like below:
You should use the new lightweight View Space to draw dividers.
Your layout will load faster if you will use Space instead of View.
Horizontal divider:
Vertical divider:
You can also add a background:
Usage example:
....
....
In order to use Space you should add the dependency in your build.gradle:
dependencies {
compile 'com.android.support:support-v4:22.1.+'
}
Documentation https://developer.android.com/reference/android/support/v4/widget/Space.html