i'm using Sliding menu by jfeinstein10, here i have succesfully set the custom navigation icon for sliding menu.
i have done it in my style.xml like
<style name="AppBaseTheme" parent="@style/Theme.Sherlock.Light">
<!-- API 14 theme customizations can go here. -->
<item name="homeAsUpIndicator">@drawable/ic_navigation_drawer</item>
</style>
Now, if i open a new activity, there also i'm seeing the custom home indicator icon & i'm not getting the default back arrow in the new activity which i open from sliding menu.
For eg: in Gmail, by default if we slide a navigation icon will be present in all mail view. But if we go to compose new email the homeupindicator icon changes, how to do?