Users Pricing

forum

home / developersection / forums / how to apply theme activity in android by programmatically?

How to Apply theme activity in android by programmatically?

Anonymous User 2779 07 Nov 2014

I want to know which theme is applied for an Activity in an application.

Normally we are setting the theme by using

setTheme(android.R.style.Theme_Light);

Here we are specifying style, As like  this can we able to get the specific style type exactly applied for an activity programmatically.


I am a content writter !


1 Answers