The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
66 views

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 ...
1
vote
0answers
40 views

Divider between items in ActionBarSherlock

I need to display dividers between my three items in actionBarSherlock. I found a solution that I needed to rewrite methods in ABS library in ActionMenuItemView needDividerBefore() to always return ...
3
votes
0answers
164 views

ActionBarsherlock how to set dividers on menu items with icons only

Hello android developers, I know this question have been asked many of times, and I have also tried many solutions but they are not working for me. Firstly I am using action bar sherlock library to ...
0
votes
1answer
46 views

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 ...
1
vote
1answer
244 views

Linearlayout programmatically - How to set up a divider?

I am creating TextViews in LinearLayout programmatically and I would like to separate them with a divider (just a simple line). I have googled endlessly, what I have found is that I can use ...
2
votes
3answers
117 views

Android: What's the default value of android:dividerHeight for a listview

Simple question: What is the default value of android:dividerHeight for a normal listview? I bet you can probably look it up somewhere, but I wouldn't know where. Thanks in advance!
0
votes
2answers
108 views

Android: remove divider of some listitems in listview

I've created a listview with a BaseAdapter. I want some of the listitems to have a divider, but from some of the listitems, I want to remove the divider. I know you can remove the divider of the whole ...
0
votes
1answer
178 views

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 <ul> 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 ...
1
vote
5answers
297 views

C# Triangle numbers optimization

The task is to find a triangle number which has at least 500 divisors. For example 28 has 6 divisors: 1,2,4,7,14,28 My code works for up to 200 divisors, but for 500 it runs forever... Is there ...
-1
votes
3answers
142 views

Horizontal divider with Text inserted

I'm hoping someone could help me out! I'm trying to achieve the desired effect seen on this wordpress template from themeforest ...
0
votes
2answers
281 views

JavaFX SplitPane Divider Position Inconsistent Behaviour

I have two StackPanes (pane1 & pane2) being displayed in a SplitPane (splitPane). The SplitPane's divider position is set to .3 in the builder. The seond StackPane (pane2) contains a Button which ...
-5
votes
2answers
94 views

Custom CSS: Inserting divider [closed]

I want a divider between each post on my news page (http://www.shaunhillphotography.co.uk/news/), like the one on http://pexeto.com/acoustic_wp/contact/ I have a valid installation of this theme, but ...
0
votes
1answer
176 views

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 ...
2
votes
1answer
161 views

jquery mobile Autodividers in Listview with thumbnail

I'd like to create a dynamic listview thanks to jquery mobile. It works but if I put any thumbnail in the li of the listview there is no more auto dividers. Any idea ? Thanks
0
votes
1answer
543 views

Change Divider Color Android DatePicker Dialog

I´m tying to change the divider color of the DatePicker Dialog. I create the style: <style name="dialog_custom" parent="@android:style/Widget.DatePicker"> <item ...
0
votes
1answer
61 views

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 ...
1
vote
2answers
81 views

XSL for-each. incorrect output in tr tag

First of all, sorry for my english (I`m from Russia). There is my problem: I have to do table with products in my site with xslt. Here is how should it looks: Now it looks like this: So, my ...
0
votes
1answer
131 views

ActionbarSherlock: Want to remove dividers between MenuItems [closed]

I'm using ActionBarSherlock in my project.There are dividers between menu items. And i want to hide them.Should i have to use some custom style for achieving this behavior?
1
vote
1answer
475 views

Drawing two strokes for Android ListView divider?

Is it possible to draw two strokes (one after another) for ListView divider? I've tried the following drawable, but it only shows the first stroke: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
1answer
222 views

Android - only the last item shows in layer-list

I'm trying to style the divider for ListView. What I want is just 2 simple horizontal lines. list.xml <ListView android:layout_width="match_parent" android:layout_height="wrap_content" ...
3
votes
5answers
171 views

How to hide last divider in list of comments using CSS?

I want to hide last divider between comments using css. Code is below. <div id="question_comments" class="comments_container"> <div class="comment"> <div ...
0
votes
1answer
115 views

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 ...
-1
votes
3answers
269 views

How to create a pixel perfect divider using css border

I have a menu with background black and submenu with backgound grey. Now I would like to have a pixel perfect divider between them. But I have no idea what border color I should use to get pixel ...
1
vote
1answer
364 views

android:headerDividersEnabled isn't working

I want to have a divider at the top of a ListView (which is placed in RelativeLayout), but when I try to use this, I get only the bottom divider: <ListView ...
1
vote
1answer
1k views

Android action bar tab bar divider

I am having problem setting the drawable for the divider. My style.xml looks like this: <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="HCLTheme" ...
1
vote
2answers
2k views

Setting different divider color to each element in list view

I want to have a list with different dividers between the list elements. I have used this code to define a white divider with height 1: _listView.setDivider(new ColorDrawable(Color.WHITE)); ...
0
votes
1answer
99 views

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 ...
5
votes
3answers
1k views

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 ...
0
votes
1answer
794 views

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.?
0
votes
1answer
116 views

How to make a ListView with always visible divider

I need to show some data onto screen and i think ListView is the best solution. I wanna make a ListView with a personnal layout for items and divider and i want always show dividers like in ...
0
votes
1answer
132 views

TYPO3: Divider element is missing

I have here a TYPO3 4.2.10 and I want do add a divider element (special element) in the content. But there is no divider element. Has anybody an idea what is wrong?
0
votes
2answers
869 views

Android ExpandableListView divider is invisible

I am having the following ExpandableListView: <ExpandableListView android:layout_width="fill_parent" android:layout_height="fill_parent" ...
2
votes
3answers
2k views

Top and bottom dividers not showing in Android listview

The way I understand it, the divider defined for a listview should appear at the top and bottom of the list too, i.e. above the first item and under the last item. For some reason they don't appear ...
5
votes
1answer
613 views

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 ...
1
vote
1answer
1k views

change the divider height of listview dynamically?

This question has been asked here a link Also I want to clarify the question I have 10 List Items in a Listview I want to have the deviderheight of each List Items differently like for first Item ...
2
votes
2answers
2k views

Show divider after the last item in the list

I added a divider drawable to my listview but it appears for all the items except after the last item. I only have 5 items on the list, so its all white space after the last item, i want to have a ...
1
vote
1answer
428 views

Customize divider / separator in dropdown of an AutocompleteTextview

I've seen this question asked some other times on the site, but no one couldn't get any answer. Is there any way to customize the appearance of the divider in the dropdown showing when using an ...
0
votes
2answers
1k views

ActionBarSherlock Custom MenuItem Divider

First, I want to say that I have modified the method needsDividerBefore and now the divider appeared between menu items. However, I want to customize this divider and I tried all the ways mentioned ...
3
votes
4answers
3k views

Listview divider margin

I'm trying to set a margin to a listview divider. The divider is a dashed line: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" ...
2
votes
2answers
2k views

VHDL Clock Divider With Decimals

I'm trying to slow a 50MHz clock down to 25.175MHz for use in a VGA controller. I have a clock divider already, but am having trouble slowing the clock down whenever the resulting division of the ...
6
votes
3answers
1k views

Styling titleDivider in Dialog

I am wondering how it is possible to get rid of (or change color) titleDivider in Dialog. It is a blue line below dialog title shown on honeycomb+ devices. I guess this is relevant piece of layout ...
1
vote
4answers
567 views

css div and span display differently in browsers. How to unify?

I have a CSS file that displays correctly in FF12, but it is different in Safari and Chrome. IF IMAGES DON'T LOAD, VIEW A LIVE DEMO at http://beattrack.net/test.php Here is what it should and does ...
1
vote
2answers
2k views

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 ...
1
vote
1answer
841 views

Android ListView dividers

If an entry in ListView is disabled, dividers won't be drawn around it. But if we set dividerHeight to something large, we can notice they are still there... but just invisible. So, two questions: ...
0
votes
1answer
488 views

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 ...
0
votes
1answer
217 views

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 ...
1
vote
0answers
917 views

Android radiogroup, divider between radiobuttons

Is there a simple way to add a divider between RadioButtons inside a RadioGroup? I've tried using the divider xml attribute and it doesn't seem to be working. In case it's relevant, the RadioGroup in ...
0
votes
1answer
413 views

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 ...
1
vote
1answer
389 views

Non-restoring signed integer division post-corrections

I cant figure out the post-corrections to non-restoring integer division. For some reason I keep getting cases where I correct where no corrections are needed or don't correct when needed heres ...
1
vote
1answer
229 views

How do I remove the divider from a listview on android?

I'm developing a app that have a Listview, and the itens from list already have a style I don't need the divider. How do I set as hidden or remove the divide from the listview?

1 2 3