[android-developers] Re: Introspecting Android style in code

2013-11-25 Thread Y2i
Context.obtainStyledAttributes() implemented as public final TypedArray obtainStyledAttributes(int resid, int[] attrs) throws Resources.NotFoundException { return getTheme().obtainStyledAttributes(resid, attrs); } and Theme.obtainStyledAttributes() has a different problem that I asked about i

[android-developers] Re: Introspecting Android style in code

2013-11-24 Thread Piren
use this method instead http://developer.android.com/reference/android/content/Context.html#obtainStyledAttributes(int, int[]) On Saturday, November 23, 2013 6:09:22 PM UTC+2, Y2i wrote: > > I have a style > > > #8080 >

2 matches