Is it possible to obtain styled attributes values from particular Theme without setting the theme up to application/activity? (I mean before invoking context.setTheme(
context.setTheme(
JavaDoc:
method TypedArray android.content.res.Resources.Theme.obtainStyledAttributes(int[] attrs) Return a TypedArray holding the values defined by Theme which are listed in attrs. Be sure to call TypedArray.recycle() when you are done with the array.
method TypedArray android.content.res.Resources.Theme.obtainStyledAttributes(int[] attrs)
TypedArray
int[]
Return a TypedArray holding the values defined by Theme which are listed in attrs.
Be sure to call TypedArray.recycle() when you are done with the array.
TypedArray.recycle()