Top "Android-custom-view" questions

A tag for questions related to building and using custom graphical widgets on the Android platform.

How to make custom dialog with rounded corners in android

What I am trying to do: I am trying to make a custom dialog in android With rounded corners. What …

android android-custom-view android-dialog
No resource identifier found for attribute '...' in package 'com.app....'

I've imported a project from Eclipse to Android studio. It utilizes a custom view: xmlns:app="http://schemas.android.com/…

android android-studio android-view android-custom-view
Different resolution support android

Edited Question: Mobile Resolution: I would like to design different screen dpi like following resolutions. 320x480,480×800,540x960,720x1280 (Samsung S3),1080…

android android-custom-view android-xml android-drawable screen-resolution
create a chatView layout in android

I'm creating a chat application and I'm thinking on ways to create the actual chat view. I already have the …

android android-layout android-custom-view android-tablelayout
how to customize snackBar's layout?

Is there any method to change the layout of a snackBar to custom View? Now it comes black and we …

android android-layout android-custom-view android-snackbar snackbar
Custom Android calendarView

I am looking for a CalendarView that can be used in a dialog something like this: I plan to use …

android android-custom-view calendarview
Simple gauge view like speedmeter in android?

I want to have a simple gauge view where i will define the start value and the end value and …

android view android-animation android-custom-view gauge
How to use isInEditMode() to see layout with custom View in the editor

I must edit a software that have a custom view, when I try to edit layout xml, Eclipse says me: …

android android-layout android-custom-view
Add multiple custom views to layout programmatically

If I for example have empty layout like this: layout1.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/…

android xml android-layout android-custom-view
Android Custom Shape Button

How can i make a custom shaped clickable view or button in Android? When I click , I want to avoid …

android android-layout android-widget onclicklistener android-custom-view