[android-developers] Re: GridLayout Text Clipping using Support Library

2012-04-19 Thread Scott Olcott
app:layout_row=0 android:text=test test test test test test test test test test test test test test test test test test / /android.support.v7.widget.GridLayout On Thursday, April 12, 2012 9:27:53 AM UTC-6, Scott Olcott wrote: Where are you finding the documentation? The only

[android-developers] Re: GridLayout Text Clipping using Support Library

2012-04-12 Thread Scott Olcott
something else unless then really need the grid. On Apr 10, 9:55 am, Scott Olcott scottolc...@gmail.com wrote: This is happening on Gingerbread and ICS. When will the source for the support library GridLayout be available in AOSP? Currently there is no way to debug what is happening

Re: [android-developers] GridLayout Text Clipping using Support Library

2012-04-10 Thread Scott Olcott
the width of GridLayout to wrap_content so it will extend as far as its content can go. On Mon, Apr 9, 2012 at 10:24 AM, Scott Olcott wrote: I am using the GridLayout that is in r7 of the support library. I am having an issue with text being clipped at the edge of the screen instead

[android-developers] GridLayout Text Clipping using Support Library

2012-04-09 Thread Scott Olcott
I am using the GridLayout that is in r7 of the support library. I am having an issue with text being clipped at the edge of the screen instead of being wrapped. Here is a layout that reproduces the issue. android.support.v7.widget.GridLayout xmlns:android=

Re: [android-developers] GridLayout Text Clipping using Support Library

2012-04-09 Thread Scott Olcott
Even when setting the width of the GridLayout to fill_parent or match_parent I get the same result. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe