I had to specify the ListView height. If you specify in dip then it
should scale accordingly for large or small screens.
<ListView android:id="@+id/dialog_list"
android:layout_width="fill_parent"
android:layout_height="200dip"
android:layout_marginLeft="0dip"
android:layout_marginRight="0dip"
/>
Jeff
http://www.trackaroo.com
On Nov 30, 8:33 am, tikky <[email protected]> wrote:
> I have a dialog with a list view in it and am wondering if there is a
> way in to create a dialog that appears like an activity? i.e.
> fullscreen and fix size?
> Is there is any style that can be applied to have this activity-like
> appearance?
--
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