Re: [android-developers] Error inflating class in custum relativelayout

2011-06-17 Thread Kostya Vasilyev
The layout inflater is unable to find your transparent panel class. Make sure the class name is correct, and that the class is public. -- Kostya Vasilyev 17.06.2011 12:01 пользователь "ABSOLUT" написал: > Hi, > I'm trying to make a custom relativelayout but when I start the > activity it fails:

[android-developers] Error inflating class in custum relativelayout

2011-06-17 Thread ABSOLUT
Hi, I'm trying to make a custom relativelayout but when I start the activity it fails: 06-17 09:57:23.253: ERROR/AndroidRuntime(526): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.es/com.es.KkActivity}: android.view.InflateException: Binary XML file line #4: Error inflatin