AndroidTabbedDialog
AndroidTabbedDialog copied to clipboard
Android Tabbed Dialog containing fragments
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);