Created
November 26, 2016 13:37
-
-
Save galcyurio/e63870f62b9d990e0790e3903c68f976 to your computer and use it in GitHub Desktop.
This file contains hidden or 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=".DetailActivity" | |
android:label="@string/title_activity_detail" | |
android:parentActivityName=".MainActivity" > | |
<meta-data | |
android:name="android.support.PARENT_ACTIVITY" | |
android:value="com.example.android.sunshine.app.MainActivity" /> | |
</activity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment