如果我有2个片段,Fragment1和Fragment2。如何使用ActionBar从Fragment2返回Fragment1? 下面是我的activity_main.xml
ActivityMain.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
android:id="@+id/fragment_container"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.android.p2q4.MainActivity">
</FrameLayout>
答案 0 :(得分:0)
致电setNavigationIcon()
然后setNavigationIconOnClickListener
并在OnClick()
设置代码以转到上一个片段。
注意:您必须使用工具栏。