Questions tagged [divider]

357 questions
0
votes
0 answers

How to style SherlockActionBar menuitem divider

How can I change the color of divider in menuitem (SherlockActionBar)? For better illustration:
Roy Lee
  • 9,484
  • 13
  • 53
  • 81
0
votes
2 answers

How to divide string in php

How can I add divider ; in the following variable which contains string I have string like this: $filename = "a.jpg3c.pngyes.jpg"; I would like to have something like a.jpg;3c.png;yes.jpg This string is created when I select multiple files to…
user123_456
  • 5,011
  • 20
  • 80
  • 136
0
votes
1 answer

Opacity of background-color of divider without text being faded

Is there a way to have the background image of a divider to have it's opacity changed without the text being affected? The website I'm working on is ubertechnews.com for the category backgrounds on the front page. Very annoying. The specific code…
0
votes
1 answer

how to create auto list dividers when dynamically creating a list in jquery mobile

I've created a list of messages dynamically. I have a
    tag and I'm generating a list inside dynamically. However, I don't know how to add list dividers to this. Would there be a refresh method in js that I can call which would add dividers after…
DannyD
  • 2,358
  • 15
  • 43
  • 63
0
votes
1 answer

dashed dividers in vertical ListView (Android)

I went through all of the dashed divider topics alrady, but somehow my issue persists: I have a vertical LinearLayout and want to display dashed dividers between each item in the LinearLayout. I use the following shape, but still get a straight…
Johannes
  • 224
  • 3
  • 11
0
votes
1 answer

CSS Height Issue With Floating Bar 100%

So, quickly typing this, so sorry if it's kinda vague/confusing. So, I have a bar I am using css on the bottom of the screen, and I have a divider above it. I try to use height 100% on the divider to get the height to go all the way to the bottom,…
PaulBGD
  • 1,830
  • 4
  • 17
  • 28
0
votes
1 answer

How can I get the drawable of the listview Divider to reuse it?

I have a little tweak in my application: my Listview is placed between 2 LinearLayout that looks like my ListView rows. That's a little trick that allows me to always display first and last item and my layout looks…
Waza_Be
  • 39,545
  • 47
  • 176
  • 256
0
votes
1 answer

Drupal - how to include "|" as a dividor for each menu item

I am using Drupal 7 with Zen theme. I want to add a menu in the navigation bar with the following requirements: 1. background:grey 2. a divider "|" dividing each menu item 3. no underline for the menu item I was able to accomplish #1 in the…
mwalsh
  • 11
  • 1
  • 4
0
votes
1 answer

Android gridview divider drawable between images

I have a gridview of images, i need to add one drawable image as a separator between images in gridview. anyone help me how to add.?
Vishwanath.M
  • 6,005
  • 9
  • 39
  • 55
0
votes
1 answer

Android ListView divider near group header

I have PreferenceActivity with several PreferenceGroup. The ListView doesn't show a divider above and under the header of PreferenceGroup. How does it know whether to show that header or not? Let's say I have a ListView with custom adapter. How can…
Sebastian Nowak
  • 5,359
  • 7
  • 58
  • 105
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
  • 143
  • 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
  • 13
  • 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
  • 4,833
  • 7
  • 41
  • 77
-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,337
  • 22
  • 73
  • 142
-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 2 3
23
24