new activity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<activity | |
android:name=".MealListActivity" | |
android:parentActivityName=".MainActivity"> | |
<!-- The meta-data tag is required if you support API level 15 and lower --> | |
<meta-data | |
android:name="android.support.PARENT_ACTIVITY" | |
android:value=".MainActivity" /> | |
</activity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment