You need to use <android.support.v7.widget.GridLayout>. -- Tor
On Wed, Apr 4, 2012 at 5:02 AM, Siddharth Menon <[email protected]> wrote: > Hi, > > So finally give GridLayout support for older version. > > Added GridLayout project from <sdk>/extras/android/support/v7/gridlayout > Added this project as lib to my working project (Target API 7 to 15) > Now in the XML when I use <GridLayout> or <android.widget.GridLayout> I get > the following error > > GridLayout (Change to android.widget.GridLayout, Fix Build Path, Edit XML) > > Can somebody please guide me what is that I am doing wrong? > > > Cheers > Siddharth Menon > > > On Friday, March 23, 2012 12:36:16 AM UTC+5:30, André Luiz R. Silva wrote: >> >> Someone use GridLayout (ADT-17) in v7? >> >> Errors: >> [GridLayoutTest] ERROR: In <declare-styleable> GridLayout_Layout, unable >> to find attribute android:layout_marginEnd >> [GridLayoutTest] ERROR: In <declare-styleable> GridLayout_Layout, unable >> to find attribute android:layout_marginStart >> >> Use <sdk>/extras/android/support/v7/gridlayout. >> >> -- >> Atenciosamente, >> >> André Luiz R. Silva >> @andreronsilva >> > -- > 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 -- 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

