Class OverlayResources

java.lang.Object
com.microblink.blinkid.fragment.overlay.OverlayResources

public abstract class OverlayResources extends Object
  • Constructor Details

    • OverlayResources

      public OverlayResources(@NonNull android.content.Context context, @StyleRes int customStyle, @StyleRes int defaultStyle)
  • Method Details

    • getStyleable

      @NonNull protected abstract int[] getStyleable()
    • getDrawable

      @Nullable protected android.graphics.drawable.Drawable getDrawable(@StyleableRes int id)
    • getResourceId

      protected int getResourceId(@StyleableRes int id)
    • getStyle

      @StyleRes protected int getStyle(@StyleableRes int id)
    • getColor

      @ColorInt protected int getColor(@StyleableRes int id)
    • getDimension

      @Dimension protected float getDimension(@StyleableRes int id)
    • cleanup

      protected void cleanup()