Well, I am pretty sure "com.android.internal.R.styleable" and 
"android.R.styleable" are the same. For example, in the same class they use the 
"internal" "com.android.internal.R.attr.ScrollViewStyle" which, however, is 
available in Mono for Android as Android.Resource.Attributes.ScrollViewStyle. 
Anyway - while I don't have a Java IDE to try accessing this class I don't 
believe it would be documented if it was not accessible. Besides, I've already 
said that manual binding through JNI works (I've exposed just 2 fields because 
I only need them for now).

    Dimitar



________________________________
 From: Jonathan Pryor <j...@xamarin.com>
To: Dimitar Dobrev <dpldob...@yahoo.com> 
Cc: "monodroid@lists.ximian.com" <monodroid@lists.ximian.com> 
Sent: Wednesday, March 13, 2013 1:56 AM
Subject: Re: [mono-android] Missing Android.Resource.Styleable
 
On Mar 12, 2013, at 5:31 PM, Dimitar Dobrev <dpldob...@yahoo.com> wrote:
>     I have no idea either but they do use it. Besides, manually binding the 
>class works so it's real, so to speak.

They do? I haven't fully searched that that file, but the few occurrences I hit 
(line 162, line 164) are for com.android.internal.R.styleable, not 
android.R.styleable. See also line 19:

    import com.android.internal.R.

I stand by my prior statement: android.R.styleable doesn't appear to exist.

- Jon
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to