如何为FrameLayout创建ActionBar?

时间:2017-07-20 11:48:21

标签: android

如果我有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>

1 个答案:

答案 0 :(得分:0)

致电setNavigationIcon()然后setNavigationIconOnClickListener并在OnClick()设置代码以转到上一个片段。

注意:您必须使用工具栏。