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.
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…