Class PopUpWeeklyGoalBinding

  • All Implemented Interfaces:
    androidx.viewbinding.ViewBinding

    public final class PopUpWeeklyGoalBinding
    extends java.lang.Object
    implements androidx.viewbinding.ViewBinding
    • Field Detail

      • buttonSaveWeeklyPopUp

        @NonNull
        public final android.widget.Button buttonSaveWeeklyPopUp
      • seekBarWeeklyHoursPopUp

        @NonNull
        public final android.widget.SeekBar seekBarWeeklyHoursPopUp
      • seekBarWeeklyMinutesPopUp

        @NonNull
        public final android.widget.SeekBar seekBarWeeklyMinutesPopUp
      • textViewSeekBarHourValue

        @NonNull
        public final android.widget.TextView textViewSeekBarHourValue
      • textViewSeekBarMinutesValue

        @NonNull
        public final android.widget.TextView textViewSeekBarMinutesValue
      • textViewWeeklyTimePopUp

        @NonNull
        public final android.widget.TextView textViewWeeklyTimePopUp
      • weeklyGoalBottomGuideline3

        @NonNull
        public final androidx.constraintlayout.widget.Guideline weeklyGoalBottomGuideline3
      • weeklyGoalTopGuideline3

        @NonNull
        public final androidx.constraintlayout.widget.Guideline weeklyGoalTopGuideline3
    • Method Detail

      • getRoot

        @NonNull
        public androidx.constraintlayout.widget.ConstraintLayout getRoot()
        Specified by:
        getRoot in interface androidx.viewbinding.ViewBinding
      • inflate

        @NonNull
        public static PopUpWeeklyGoalBinding inflate​(@NonNull
                                                     android.view.LayoutInflater inflater)
      • inflate

        @NonNull
        public static PopUpWeeklyGoalBinding inflate​(@NonNull
                                                     android.view.LayoutInflater inflater,
                                                     @Nullable
                                                     android.view.ViewGroup parent,
                                                     boolean attachToParent)