Hi there,
i want to create a custom dialog which looks more or less the same as
an AlertDialog, especially the title.
What I do is rather simple:
I create an object of WeightView, which extends Dialog. In this class
I set my custom content view which shows a SeekBar.
WeightView dialog = new WeightView(DrinkingBlueprint.this, mListener,
mProgress, mEntity);
dialog.setTitle("Select your Weight: ");
dialog.show();
When i set the title of my custom dialog with .setTitle("") the text
is smaller than it appears in an AlertDialog.
I want my custom dialog (http://www.amberg-strip.de/android/
Image_01.png) to look like this: http://www.amberg-strip.de/android/Image_02.png
Especially the title with its image and the light gray seperator.
Can anybode help please?
Thanks a lot.
Johannes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---