// Bu fragmentga o'tkazilganda tushuncha ko'rsatish
Toast.makeText(getActivity(), "Ikkinchi fragment", Toast.LENGTH_SHORT).show();
return view;
}
}
res/layout/activity_main.xml:
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/bottomBar"
android:layout_below="@+id/topBar" />
res/layout/fragment_second.xml:
android:layout_width="match_parent"
android:layout_height="match_parent">
Do'stlaringiz bilan baham: |