[Android.Runtime.Register("show", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetShow_Landroid_app_Fragment_Handler")] public abstract FragmentTransactionShow (Fragment fragment)
Parameters
fragment
The fragment to be shown.
Returns
Documentation for this section has not yet been entered.
Remarks
Shows a previously hidden fragment. This is only relevant for fragments whose
views have been added to a container, as this will cause the view to
be shown.