AndroidTabbedDialog icon indicating copy to clipboard operation
AndroidTabbedDialog copied to clipboard

Android Tabbed Dialog containing fragments

Results 6 AndroidTabbedDialog issues
Sort by recently updated
recently updated
newest added

Made the height of the tabbed dialog configurable.

how to dismiss Dialog without using any button is there any method to dismiss dialog please let me know

Hi, I need to add multiple tabs dynamically. How can I create tabs at run time with your library?

It should be possible to pass the fragment, activity, or any class instance on which we want to listen the `IFragmentListener` events like `onFragmentViewCreated`.

How to have different actions (e.g. on positive button click) depending on tab selected. Thanks

how to change dialog size? getDialog().getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);

enhancement