I'm creating an app that uses ListView
to show items and wanted to know the best and most personalized way to create splitters between them, I also wanted to know how to use another divider between two icons, which are the options that stay in one Toolbar
at the bottom of the screen.
I want the divider between items of ListView
type Whatsapp:
ButIalsowanttouseadividerbetweeniconsinaToolbar
asinthephoto,rightafterthe"SAVE" (it will not be acting as ActionBar
, it will be at the bottom, I took the image because it was the best I found) :
I have tried to use a LinearLayout
to serve as a divisor in any situation, but it was not so cool when android:divider
of ListView
, is this the only possible way?
In short: Do you have a way to make a divider whenever you need it as a standalone view, which can be fully customizable? This would make it easier to manipulate the size in ListView
and also to use between Toolbar
options.