Questions tagged [divider]
393 questions
15
votes
2 answers
How to remove the bottom divider of the footer in an android listview
As simple as that. Of course using android:footerDividersEnabled="false" wont work on this one, cause it will remove both upper and bottom dividers.
I made this question yesterday, can't remember who tried to answer it but i had to erase it cause a…

desgraci
- 1,191
- 1
- 11
- 25
14
votes
4 answers
Adding space between columns of a TableLayout
I have a TableLayout where I add dynamically TableRows. In each TableRow, I add a Button.
I just would like to add some space between my columns (which are my buttons) but I can't figure out how...
I've tried to change all the possible margins but…

Nico
- 6,269
- 9
- 45
- 85
14
votes
2 answers
flutter listView.Builder hide the divider on last list item
How can one hide divider in the last item when creating list with ListView.Builder?
It's fairly easy to add divider for each item, but what is the logic to dismiss divider on the last item in the list?
There is no concrete stackoverflow question…

petras J
- 2,538
- 3
- 16
- 23
14
votes
3 answers
Changing a divider with setDivider in a ListActivity without a custom ListView?
I can't seem to get a customized divider, using a Drawable I've defined, to work when using a ListActivity and not creating a custom ListView. It almost seems like when the VM creates its own ListView for me, with the ListActivity, it uses a theme…

hotshot309
- 1,718
- 1
- 18
- 20
13
votes
5 answers
React Create a Horizontal Divider with Text In between
I need to create a React component that is a Horizontal Divider with a content like text In between. All the resources I have online is unable to help me get this done. I tried a material-ui divider by creating a Divider component and placing my…

Joe
- 151
- 1
- 2
- 12
13
votes
8 answers
Android divider color DatePicker dialog
I'm trying to change color of the blue dividers for a DatePicker in a dialog. This is just a normal DialogFragment with a DatePicker and a ButtonBar.
Does anyone know to change these dividers, or if it's even possible without replacing the entire…

Armadillo
- 457
- 1
- 9
- 17
13
votes
4 answers
Android: Cannot style spinner divider
I'm trying to create a theme for my first Android app, and it is driving me round the bend. I finally managed to figure out how to style items in a dropdown list, but now I can't change the colour of the divider between list items. I have searched…

Russ
- 3,768
- 7
- 28
- 37
11
votes
2 answers
Material UI Divider Thickness
I'm looking for a solution to increase the Material UI Divider line thickness (stretching horizontal lines vertically or stretching vertical lines horizontally).
I've read the documentation of Material UI v5 at…

G M
- 311
- 1
- 5
- 11
11
votes
1 answer
Why does my Material UI Divider not show up in a Material UI Container or Paper?
Good morning,
I am in love with Material UI, there is so much one can do. However, after using it extensively, I have noticed that a Material UI Divider does not show up when it is the child of a Container or Paper component. I can't find anything…

Nathan Sutherland
- 190
- 1
- 2
- 14
11
votes
4 answers
Flutter vertical divider as tall as its parent
Hi Flutter community:)
Working on a flutter app and seeking help with UI widget.
I'm lost on how to set child's height according to a parent's height.
Need to create a vertical divider(or Container with custom height) and set it's height to maximum…

petras J
- 2,538
- 3
- 16
- 23
11
votes
2 answers
Styling Android PopupMenu Divider Lines
I'm using a couple of PopupMenus in my app and they all working as expected
But I would like to have white lines separating the individual items, but I can't find where I'm meant to be setting this. I was hoping I could get to the underlying…

Flexicoder
- 8,251
- 4
- 42
- 56
11
votes
3 answers
How can I add a custom divider image to the UITabBar?
I have a UITabBar that I am trying to style after the new iOS 6 App Store look. I have some pretty good looking gradients, but I am wondering how to set the divider image.
Aside from manually adding the line to each image, is there anything I can…

Westley
- 1,143
- 14
- 27
10
votes
1 answer
matplotlib: when using append_axes, how can I indicate the axes I want to add the subpanel to?
I've been looking at the example "scatter hist" in the Matplotlib gallery.
At the moment the x/y subplots are at the top and on the right respectively, i.e.:
divider = make_axes_locatable(axScatter)
axHistx = divider.append_axes("top", 1.2, pad=0.1,…

aim
- 657
- 2
- 12
- 26
10
votes
5 answers
Divider disappears from last item in listview if footerview added
If footer view added in ListView, then divider disappears from last item of ListView.
Even I have set android:footerDividersEnabled="true" with ListView and my footer view is just TextTiew.

Zoombie
- 3,590
- 5
- 33
- 40
10
votes
1 answer
Divider for vertical LinearLayout?
So I'm trying to put a divider between views in a LinearLayout using the XML android:divider attribute. When I use a vertical LinearLayout, no divider shows up. When I use a horizontal LinearLayout, the divider shows up and works fine. Here is…

DigitalZebra
- 39,494
- 39
- 114
- 146