Questions tagged [divider]

393 questions
0
votes
1 answer

Android ListView's divider attribute hides inner ImageView

I am trying to figure out a way to hide a ListView's divider. Normally, I would set 'android:divider="@color/transparent' but for whatever reason, this hides an ImageView (arrow) in the listitem layout file.
DefZep
  • 153
  • 2
  • 11
0
votes
1 answer

Android ListView - divider that covers items

How to set divider in ListView to partialy cover items above and below? Hm, more info: I have drawable with transparent background and I want that drawable to be drawn on divider's upper and lower item. "-1" for not showing that I've made research?…
Seraphis
  • 1,026
  • 2
  • 14
  • 30
0
votes
2 answers

CSS Inline-table adds bottom margins

I have a divider containing x tables in the form:
....
....
....
....
The CSS code that corresponds to this is: .container{ width: 100%; clear:…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
-1
votes
1 answer

CSS navigation issue

I need this divider (background) only for parent li-s, nothing else. But getting in all child li's. http://jsfiddle.net/rx8Mj/5 Hover on projects menu. You'll see what I'm talking about.
heron
  • 3,611
  • 25
  • 80
  • 148
-1
votes
2 answers

How to make a vertical text divider, in CSS?

In HTML CSS how to make a vertical divider to separate two sections. ::before and :: after do not work. Any genius trick would be appreciated. I also tried margins, but they arent as good. Maybe we can try one div before and one after the text, and…
-1
votes
4 answers

Divider is not visible in horizontal list view flutter

Widget build(BuildContext context) { return ListView.builder( scrollDirection: Axis.horizontal, shrinkWrap: false, physics: const BouncingScrollPhysics(), itemBuilder: (context, int i) { return…
-1
votes
2 answers

How to add divider in dynamic list?

I copy this example from the doc enter image description here and I want to add divider between them, but whereever I add the divider, it does not work. How can I add divider between list items?
-1
votes
2 answers

Print all the dividers from a number, unsupported operand type for string and range

I am trying to exercise my python and do exercices. One exercise is to print all dividers of a number. I thus tried the following: a = input("give me a number:") give me a number:34 x = range(0,200) for elem in x: y= a /x if y == 0: …
Tomas Michel
  • 146
  • 1
  • 3
  • 17
-1
votes
1 answer

android recyclerview divider in custom text

We are implementing the list through Recyclerview. I would like to display the time in the Divider by putting text in it. No matter how I try to find it, I can search for the solution to the problem and leave a question. Please refer to the…
Shin
  • 33
  • 6
-1
votes
2 answers

Listview divider after each item

i can't understand, why divider don't comes after every item? It shows only after last item! I really don't know what to do. I am parsing some information by using Jsoup. What i have: enter image description here My Listview
One
  • 11
  • 3
-1
votes
3 answers

How to make a divider to be responsive / to auto resize on different screen size

In my page i use some dividers from this website: http://www.dcodes.net/2/docs/divider.html and all look good , but when i access the page from mobile phone in vertical position , the dividers don't resize automatically (ar too long), so my question…
-1
votes
3 answers

How can I avoid div from executing new line if one line is already full?

How can I avoid
tags from executing new line if one line is already full. Let's assume that this div has group of images. ------------------------------------ | | | Image 1 Image 2 | | …
Niel Sinel
  • 291
  • 2
  • 6
  • 15
-1
votes
1 answer

Adding a divider between main action bar and top bar

I am designing an application. I had designed the actionbar and under the action I designed a Top bar. Both bars are of color white, so I wanted to place a divider between these bars. I tried many solutions that are present in this site. None of…
no1
  • 128
  • 11
-1
votes
1 answer

How to add an link to

Here is the url for the home page: http://www.auvsishow.org/auvsi2015/public/mainhall.aspx Here is the current markup for the "Attendee" Button. Thanks all.
-1
votes
1 answer

Is it possible to create a sheared div?

Is it possible to create a header div that is sheared/oblique like in the image below? Its for a mobile website
JVS
  • 121
  • 6
1 2 3
26
27