The divider tag has no wiki summary.
5
votes
1answer
450 views
How do I change the color and/or drawable of the TabWidget divider in Android?
I'm using a TabLayout and I have custom images for the tabs that I am using, but for the life of me I can't figure out how to change the color or even the image of the divider between the tabs and the ...
4
votes
1answer
750 views
Android GridView draw dividers
I'd like to know the simplest way to draw dividers between items (currently textviews) within a GridView. The only way I can think of is to draw borders around those textviews so when combined, they ...
4
votes
1answer
3k views
remove bottom divider of a android listview
I have a fixed height listview it has divider between list item, but it also displays divider after last list item.
Is there a way to not display divider after the last item in listview?
4
votes
5answers
13k views
Android ListView Divider
I have this code:
<ListView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/cashItemsList"
android:cacheColorHint="#00000000"
...
3
votes
3answers
738 views
Can't change the color od spinner divider
My spinner is defined like this and it seems android:divider="#66BC31" has no effect, i still get white divider:
<Spinner
android:id="@+id/spinner"
android:layout_width="fill_parent"
...
3
votes
3answers
2k views
Hiding ListView header / Hiding single divider in a list
I found this Hide footer view in ListView? . As Yoni poited out correctly, you can hide a header in a ListView by wrapping it into a FrameLayout and setVisibility() of the innerview to View.GONE. This ...
3
votes
1answer
4k views
android: 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 ...
2
votes
0answers
68 views
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)
...
2
votes
1answer
118 views
JSplitPane divider color affected by contents
I'm working on an application that displays two JScrollPanes within a JSplitPane. Each of the JScrollPanes contains a JPanel that I'm drawing the content onto. The problem is that when I adjust the ...
2
votes
2answers
1k views
Black Line Under Some ListView Items
Interesting problem I'm having with a ListView. It's using a standard ArrayAdapter, with a custom XML layout for the items within. Simple XML:
<?xml version="1.0" encoding="utf-8"?>
...
2
votes
3answers
1k views
How to make divider part of each item in listview in android?
I wanted to change the divider height dynamically. From whatever I have searched it seems that it is possible through setting divider as part of each item in listview. But I am not very clear with ...
2
votes
4answers
366 views
Using an empty column as a divider in a JTable
I'm trying to use an empty column as a divider between pairs of columns in a JTable. Here's a picture and code for what I have so far. I know I can change the look using a custom TableCellRenderer. ...
1
vote
2answers
54 views
Rails Routing like http:://host.com/controller-action-controller
I try to create URL with another divider, not '/', like '-'
from http://host.com/category/food => http://host.com/category-food
Can anyone help me?
Thanks
1
vote
1answer
82 views
Filter Listview by items and dividers
In jQueryMobile, I have written a data-role="listview" component and I want to filter the data including its dividers. That is, when the user inputs some text to search, it may correspond to specific ...
1
vote
2answers
52 views
How to change the Properties.store() divider symbol from “=” to “:”?
I recently found out about java.util.Properties, which allows me to write and read from a config without writing my own function for it.
I was excited since it is so easy to use, but later noticed a ...
1
vote
1answer
90 views
NoSuchMethod exception for setShowDividers
I would like to display a sort of ListView with divider lines between each item. Because each row of this list will show a different custom view I thought it would be easier to have a TableLayout ...
1
vote
1answer
71 views
Emulating a movable divider: Need to disable default dragging
I am using html5 + css3 + javascript to make gui applications. I am trying to emulate a structure where a widow is divided into two sections with a movable pane in the middle. As the user drags the ...
1
vote
6answers
91 views
Using CSS to place a line between two divs of changing widths
I'm CSSing a layout, and the design has used lots of |'s in between two elements that can change size. I.E.
John | Logout
Where ...
1
vote
1answer
280 views
How to hide listview dividers dynamically?
I have this ListView whose items i'd like to hide depending on the selection of a RadioGroup. Currently I'm passing a boolean to the ListAdapter due to the RadioGroup having only two options. My items ...
1
vote
1answer
171 views
AlertDialog with a ListView: two dividers between list item and button
I show a list of items in AlertDialog by using AlertDialog.Builder's setAdapter() method. The problem is, the list draws dividers at the bottom of items and the buttons in the dialog are also ...
1
vote
3answers
545 views
Android TabWidget remove line at the bottom
Sorry for my English)
My class extends TabActivity. How remove divider, which place after TabWidget? or how setup color for it?
Thanks!!
1
vote
1answer
974 views
how to put some finishing touches (rounded edges and horizontal divider) on my custom tabs
This is a follow up to my last question Link
I wanted to make some small adjustments to the look of the tabs. I accomplished this by passing a view into setIndicator() instead of a charSequence and ...
1
vote
3answers
2k views
insert vertical divider line between two nested divs, not full height
I have float left and float right <div> nested within a light blue box div as shown in the image below. I can't figure out how to insert a vertical line between them (as shown in this image: ...
1
vote
1answer
2k views
Android ListView Default Divider Styles / Attributes
I have a LinearLayout view that I am trying to add a divider to so that it looks exactly the same as the default ListView control. I am trying to replicate the edit contact within the default Android ...
1
vote
1answer
3k views
dividers between TabWidgets
Is the android:divider attribute under the TabWidget working? I tried the Tab Layout tutorial from android just to test (http://developer.android.com/resources/tutorials/views/hello-tabwidget.html) ...
1
vote
1answer
345 views
Android inflated view is empty
I am trying to add a divider between entries in a vertical LinearLayout, to emulate the appearance of a ListView. (I can't just use a ListView in this particular situation.)
This is what I have in ...
1
vote
4answers
3k views
How to generate a ListView with headers above some sections?
I want to generate a Listview that has some dividers between some of the entries, like it can be seen in some of the property sections. See the example below. I try to generate a List that consists of ...
0
votes
1answer
66 views
Hide divider without hiding childDivider on ExpandableListView
I can't find a way to hide dividers on an ExpandableListView without hiding the child dividers too.
Here is my code.
<ExpandableListView
android:id="@+id/activities_list"
...
0
votes
1answer
101 views
How to set a custom divider to a JSplitPane
I have found this example :
http://java2s.com/Open-Source/Java-Document-2/Swing/petersoft-java-style-2/com/petersoft/white/SplitPaneDivider.java.htm
And I would like to apply it to my JSplitPane.
...
0
votes
2answers
148 views
Android ListView row padding/margin
I have a problem with my Android listview. My list uses a custom arrayadapter, that sets an onClickListener for the message image and the list has an onItemClickListener. It all works fine, but as you ...
0
votes
1answer
115 views
tabwidget divder in tabwidget disappear when tabwidget background is set from code?
divider in tabWidget is working fine but when background of tab widget is set like
tabHost.getTabWidget().getChildTabViewAt(tabId).setBackgroundResource(R.drawable.tab_indicator);
problem is how ...
0
votes
2answers
124 views
Insert Divider in listView
I have an alphebetically sorted list call songtitle and i want to insert divider at this location in the list view how do i do that
adapter = new ...
0
votes
1answer
110 views
Removing divider after a footer in a ListView
how can I remove the ListView divider after a ListView's footer?
Using android:footerDividersEnabled="false" removes the divider after the last item of my ListView, but not after my ListView's ...
0
votes
2answers
146 views
How to set width of ListView divider?
how can I set the width of my custom ListView divider, in order to have it smaller than my row width?
Thanks
0
votes
1answer
321 views
Android. Hide certain listview separator
How I can hide or delete certain listview separator? Of course I can hide all dividers
getListView().setDivider( null );
getListView().setDividerHeight(0);
but I need hide one or two dividers in ...
0
votes
1answer
48 views
How can I provide a divider-bar for iPad in the Interface Builder?
I have a busy layout and I want all the information on the screen, but divided by the functional equivalent of <hr> in an HTML layout.
0
votes
2answers
198 views
Creating vertical divider with CSS3 / Compass rather than using image
Here's a screenshot of my existing image-based vertical divider for menu items (hopefully you can see it):
(1) What's the best way to replace this image with a custom CSS3 style? Dimensions are ...
0
votes
1answer
510 views
ListView divider not visible
A ListActivity uses an extension of BaseAdapter and the following layout:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" ...
0
votes
3answers
778 views
ExpandableListView - How to set divider only between parent elements
I want to put divider only between parent elements. When i set
android:divider="@drawable/divider" android creates divider between parent elements, but creates divider between child elements too. ...
0
votes
1answer
44 views
Seperating columbs in listview
I am trying to seperate different columbs of data that appear in my listview. The code for the adapater is as follows:
public class SQLiteDemo extends ListActivity {
private SQLiteDatabase ...
0
votes
3answers
861 views
Divider disappears from last item in listview if footerview added
if footerview 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 textview.
0
votes
2answers
287 views
Unobtrusively insert vertical divider in layout
I want to insert a grey vertical divider that splits the two sides evenly to show a logical division. Since the content on the two sides can vary in height depending on what the user selects, the ...
0
votes
2answers
491 views
Android: How to show divider between spinner items?
I using listviews and expandedviews that has dividers and i can set them but on spinner its looks like it is no divider between items.
Someone that has a idea of how to fix this?
0
votes
1answer
479 views
Splitting HTML page into different sections using sliding panel dividers? How is it done?
I'm wanting to divide a web page up into different sections as shown here. I'm trying to figure it out what this technique is called and an efficient way to implement it?
The page is divided up into ...
0
votes
1answer
1k views
How to change the divider height of listview dynamically?
I have a listview in which there should be different divider height
between different rows. So, how can we set the divider height
dynamically?
Suppose, I have 10 rows and there should be a divider ...
0
votes
1answer
1k views
Android Listview ArrayAdapter example
I am suing cusotm row view in Listview widget.
i am having getview method in my implementation.
What i want that i want to hide divider image of 2nd row how can i do it ?