[android-developers] No resource identifier found for attribute 'tabLayout' in package 'android'

2012-01-27 Thread Grantland
Is there any reason that the attribute android:tablayout isn't
publicly available? I can find it in the source here:

https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/attrs.xml#L2912

but it doesn't show up in the docs here:

http://developer.android.com/reference/android/widget/TabWidget.html

nor does it work if I try to use it in Eclipse. Am I doing something
wrong or was it hidden for some reason?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] No resource identifier found for attribute 'tabLayout' in package 'android'

2012-01-27 Thread Tor Norbye
The file public.xml in the same folder defines which attributes are API.

-- Tor

On Fri, Jan 27, 2012 at 6:13 PM, Grantland grantlandc...@gmail.com wrote:

 Is there any reason that the attribute android:tablayout isn't
 publicly available? I can find it in the source here:


 https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/attrs.xml#L2912

 but it doesn't show up in the docs here:

 http://developer.android.com/reference/android/widget/TabWidget.html

 nor does it work if I try to use it in Eclipse. Am I doing something
 wrong or was it hidden for some reason?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en