Package fi.sportti.app.databinding
Class PopUpWeeklyGoalBinding
- java.lang.Object
-
- fi.sportti.app.databinding.PopUpWeeklyGoalBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class PopUpWeeklyGoalBinding extends java.lang.Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.Button
buttonSaveWeeklyPopUp
android.widget.SeekBar
seekBarWeeklyHoursPopUp
android.widget.SeekBar
seekBarWeeklyMinutesPopUp
android.widget.TextView
textViewSeekBarHourValue
android.widget.TextView
textViewSeekBarMinutesValue
android.widget.TextView
textViewWeeklyTimePopUp
androidx.constraintlayout.widget.Guideline
weeklyGoalBottomGuideline3
androidx.constraintlayout.widget.Guideline
weeklyGoalTopGuideline3
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PopUpWeeklyGoalBinding
bind(android.view.View rootView)
androidx.constraintlayout.widget.ConstraintLayout
getRoot()
static PopUpWeeklyGoalBinding
inflate(android.view.LayoutInflater inflater)
static PopUpWeeklyGoalBinding
inflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
-
-
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 interfaceandroidx.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)
-
bind
@NonNull public static PopUpWeeklyGoalBinding bind(@NonNull android.view.View rootView)
-
-