[android-developers] Re: using custom views in xml layouts

2012-03-08 Thread Randy
maybe you try this , in you custonm view xml : net.pocketmagic.customangletext.CustomTextView.view android:id=@+id/yourID android:layout_width=wrap_content android:layout_height=wrap_content android:layout_margin=10dp / 在

Re: [android-developers] Re: using custom views in xml layouts

2012-03-08 Thread Justin Anderson
Have you implemented ALL of the constructors that TextView implements? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 11:09 PM, Randy tangdengch...@gmail.com wrote: maybe you try this , in you custonm view xml :