-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi
when i try load the CandroidSurfaceView in layout xml like below
<at.bartinger.candroid.CandroidSurfaceView
android:id="@+id/view1"
android:layout_height="150dip"
/>
there occur an error :
android.view.InflateException: Binary XML file line #82: Error inflating class
at.bartinger.candroid.CandroidSurfaceView
any idea?
Thanks...
Original issue reported on code.google.com by [email protected] on 9 Mar 2012 at 8:15