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
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
Mail list logo