Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

applying different themes for layouts

i have multiple activities and i want to set different themes for each layout. for example one layout(activity) with Action Bar and one other without bar. but even if i declare a theme and apply that to my layout using android:theme=""the theme doesn't get applied(all layouts use the AppTheme which is base theme of the app).

and i prefer to apply these themes in my XML than do it programmatically. is there anyway that i cant achieve this?

Comments