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(
if you need it in the xml file, you can use something like this:
style="?android:attr/panelTextAppearance"
for example:
if you're using eclipse, control+click on the item, to see other possible values (a file attrs.xml will open).