Closed GoogleCodeExporter closed 9 years ago
Some troubleshooting reveals that setting layout_width="match_parent" on all
views in the dialogs is simply not sufficient, unless there is something that I
am missing.
A work-around is to add an empty listview, since that expands the layouts to
their full width. Something like this:
<ListView android:layout_width="match_parent"
android:layout_height="wrap_content" />
Original comment by oskar.wi...@gmail.com
on 9 Sep 2011 at 6:19
This should be resolved in r154.
Originally reported here:
http://andors.techby2guys.com/viewtopic.php?f=3&t=979
Original comment by oskar.wi...@gmail.com
on 9 Sep 2011 at 7:06
Fix has been confirmed by submitter. Marking issue as ready for v0.6.10.
Original comment by oskar.wi...@gmail.com
on 12 Sep 2011 at 1:53
Released in v0.6.10 . Closing.
Original comment by oskar.wi...@gmail.com
on 21 Oct 2011 at 8:56
Original issue reported on code.google.com by
oskar.wi...@gmail.com
on 9 Sep 2011 at 6:17