How to create dialog which will be full in horizontal dimension

Viewed 37135

When I use in layout, which specifies this dialog android:layout_width="match_parent" I get this dialog:

small dialog

I need dialog which will be wider. Any ideas?

2 Answers
Related