When I used the following code in AndroidManifest.xml I was able to get the image 2 as shown in the image. I want to replace arrow head mark with complete arrow as shown in the image 2,
<activity
android:name="lk.gamma.pizzakraft.slidingmenu.Cart"
android:label="@string/app_name"
android:parentActivityName="lk.gamma.pizzakraft.slidingmenu.ActivityHome" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="lk.gamma.pizzakraft.slidingmenu.ActivityHome" />
</activity>
<style name="Theme.MyFancyTheme" parent="android:Theme.Holo">
<item name="android:homeAsUpIndicator">@drawable/your_icon</item>
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With