Toolbar navigation icon never set
问题 I\'m trying the new Toolbar component and having some trouble with the navigation icon. I want to implement a custom icon for back navigation : In my manifest i set a parent to my activity : <activity android:name=\".CardsActivity\" android:parentActivityName=\".MainActivity\"> <!-- Parent activity meta-data to support API level 7+ --> <meta-data android:name=\"android.support.PARENT_ACTIVITY\" android:value=\".MainActivity\" /> </activity> I declare the toolbar like this : <RelativeLayout