Action bar Back button not working

前端 未结 13 1799
再見小時候
再見小時候 2020-12-01 03:13

with the help of these Android Docs.I am trying to do a action bar Back button.I get an Action Bar Back Button like these below image:

13条回答
  •  伪装坚强ぢ
    2020-12-01 04:09

    You have just to add the following line to the activity in the manifest.xml. The parent activity is the activity to which you want to go back.

        android:parentActivityName=".activities.MainActivity"
    

提交回复
热议问题