Hi, So finally give GridLayout support for older version.
1. Added GridLayout project from <sdk>/extras/android/support/ v7/gridlayout 2. Added this project as lib to my working project (Target API 7 to 15) 3. 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

