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
Post a Comment