Top "Divider" questions

dividers between TabWidgets

Is the android:divider attribute under the TabWidget working? I tried the Tab Layout tutorial from android just to test (…

android layout tabs tabwidget divider
Add margins to divider in RecyclerView

i am building an android app which is using RecyclerView. I want to add dividers to RecyclerView, which I did …

android android-recyclerview divider
How to get dividers in NavigationView menu without titles?

I am using the new NavigationView to create my navigation drawer menu from XML. I need to place a divider …

android android-menu divider navigationview
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 …

android listview divider
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 …

android radio-button radio-group divider
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 …

android android-layout colors datepicker divider
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 …

android listview width divider
Adding Dividers Between Drawer List Items

I've got a navigation drawer where the style of the list items is set to R.layout.drawer_list_item. …

android list view divider drawer
Styling titleDivider in Dialog

I am wondering how it is possible to get rid of (or change color) titleDivider in Dialog. It is a …

android dialog divider
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 …

android android-layout android-listview divider