Class UiConfiguration

java.lang.Object
com.regula.facesdk.configuration.UiConfiguration

public class UiConfiguration extends Object
  • Constructor Details

    • UiConfiguration

      public UiConfiguration()
  • Method Details

    • getColor

      public int getColor(CustomizationColor color, Resources res)
    • setButtonTextFont

      public void setButtonTextFont(CustomizationFont font, Context context, Button button)
    • setTextFont

      public void setTextFont(CustomizationFont font, Context context, TextView textView)
    • getDrawable

      public Drawable getDrawable(Drawable drawable, Resources resources, CustomizationColor value)
    • setButtonBackground

      public void setButtonBackground(Button button, Resources resources, CustomizationColor colorValue)
    • setImageDrawable

      public void setImageDrawable(ImageView imageView, Resources resources, CustomizationImage image)
    • setImageDrawable

      public void setImageDrawable(ImageButton imageButton, Resources resources, CustomizationImage image)
    • setTextImageDrawable

      public void setTextImageDrawable(TextView textView, Resources resources, CustomizationImage image)