Interface ProgressController

  • All Known Implementing Classes:
    ProgressRelativeLayout


    public interface ProgressController
    Created by jophde on 6/22/15 for Outbound.
    • Method Detail

      • setText

        void setText(int textRes)
      • showIndicator

        void showIndicator(boolean showIndicator)
      • showText

        void showText(boolean showText)
      • setTextColor

        void setTextColor(int color)
      • show

        void show(boolean show)