Class DialogResourceFinder

java.lang.Object
uk.co.samuelwall.materialtaptargetprompt.ActivityResourceFinder
uk.co.samuelwall.materialtaptargetprompt.DialogResourceFinder
All Implemented Interfaces:
ResourceFinder

public class DialogResourceFinder
extends ActivityResourceFinder
ResourceFinder implementation for Dialog.
  • Constructor Summary

    Constructors
    Constructor Description
    DialogResourceFinder​(android.app.Dialog dialog)  
  • Method Summary

    Modifier and Type Method Description
    android.view.View findViewById​(int resId)
    Finds a child view with the given identifier.
    android.content.Context getContext()
    Retrieve the Context that the prompt is running in.
    android.view.ViewGroup getPromptParentView()
    Get the view to add the prompt to.

    Methods inherited from class uk.co.samuelwall.materialtaptargetprompt.ActivityResourceFinder

    getDrawable, getResources, getString, getTheme, obtainStyledAttributes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DialogResourceFinder

      public DialogResourceFinder​(@NonNull android.app.Dialog dialog)
  • Method Details