first code you can use in your manifest
add this code on your atribute activity:

<activity
android:name=".Activity2"
android:theme="@style/AppTheme"
android:label="@string/tes">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".MainActivity" />
</activity>
second code you can use this code in your activity@Overridepublic boolean onOptionsItemSelected(MenuItem item) { if (item.getItemId() == android.R.id.home) { onBackPressed();
have fun to coding}return super.onOptionsItemSelected(item);}
Tidak ada komentar:
Posting Komentar