sounds like this question should be directed to the adt-dev group :) On Tuesday, April 23, 2013 10:47:51 PM UTC+3, bob wrote: > > Can someone help me understand why there is no auto-complete when I try to > add the *layout_span* attribute to a TableRow? > > I was working with this code: > > <TableRow > android:layout_width="wrap_content" > android:layout_height="wrap_content" > > > <Button > android:id="@+id/clear_cache_button" > android:layout_width="wrap_content" > android:layout_height="wrap_content" > * android:layout_span="2"* > android:text="Clear cache" > android:textSize="32sp" > android:textStyle="bold" /> > </TableRow> > > Thanks. > >
-- -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

