Package fi.sportti.app.databinding
Class ActivityProfileBinding
- java.lang.Object
-
- fi.sportti.app.databinding.ActivityProfileBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ActivityProfileBinding extends java.lang.Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.LinearLayout
ageSelectionLayout
androidx.constraintlayout.widget.Guideline
centerGuideline5
android.widget.LinearLayout
genderSelectionLayout
androidx.constraintlayout.widget.Guideline
guideline4
android.widget.LinearLayout
heightSelectionLayout
androidx.constraintlayout.widget.Guideline
leftGuideline2
android.widget.LinearLayout
linearLayout
android.widget.LinearLayout
maximumHeartrateLayout
android.widget.Button
profileButtonSave
androidx.constraintlayout.widget.Guideline
profileGuidelineBottom
android.widget.LinearLayout
restingHeartRateLayout
androidx.constraintlayout.widget.Guideline
rightGuideline3
android.widget.ScrollView
scrollview
android.widget.TextView
textDate
android.widget.TextView
textEstimatedMetabolicRate
android.widget.TextView
textGender
android.widget.TextView
textHeight
android.widget.TextView
textMaximumHeartRate
android.widget.TextView
textRestingHeartRate
android.widget.TextView
textviewAge
android.widget.TextView
textviewDuration
android.widget.TextView
textviewGender
android.widget.TextView
textviewHeight
android.widget.TextView
textviewMaximumHeartRate
android.widget.TextView
textviewRestingHeartRate
android.widget.TextView
textviewUsername
android.widget.TextView
textviewWeight
android.widget.TextView
textWeeklyGoalHours
android.widget.TextView
textWeeklyGoalMinutes
android.widget.TextView
textWeight
androidx.constraintlayout.widget.Guideline
topGuideline4
android.widget.EditText
userName
android.widget.LinearLayout
usernameSelectionLayout
android.widget.LinearLayout
weeklyGoalsLayout
android.widget.LinearLayout
weightSelectionLayout
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivityProfileBinding
bind(android.view.View rootView)
androidx.constraintlayout.widget.ConstraintLayout
getRoot()
static ActivityProfileBinding
inflate(android.view.LayoutInflater inflater)
static ActivityProfileBinding
inflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
-
-
Field Detail
-
ageSelectionLayout
@NonNull public final android.widget.LinearLayout ageSelectionLayout
-
centerGuideline5
@NonNull public final androidx.constraintlayout.widget.Guideline centerGuideline5
-
genderSelectionLayout
@NonNull public final android.widget.LinearLayout genderSelectionLayout
-
guideline4
@NonNull public final androidx.constraintlayout.widget.Guideline guideline4
-
heightSelectionLayout
@NonNull public final android.widget.LinearLayout heightSelectionLayout
-
leftGuideline2
@NonNull public final androidx.constraintlayout.widget.Guideline leftGuideline2
-
linearLayout
@NonNull public final android.widget.LinearLayout linearLayout
-
maximumHeartrateLayout
@NonNull public final android.widget.LinearLayout maximumHeartrateLayout
-
profileButtonSave
@NonNull public final android.widget.Button profileButtonSave
-
profileGuidelineBottom
@NonNull public final androidx.constraintlayout.widget.Guideline profileGuidelineBottom
-
restingHeartRateLayout
@NonNull public final android.widget.LinearLayout restingHeartRateLayout
-
rightGuideline3
@NonNull public final androidx.constraintlayout.widget.Guideline rightGuideline3
-
scrollview
@NonNull public final android.widget.ScrollView scrollview
-
textDate
@NonNull public final android.widget.TextView textDate
-
textEstimatedMetabolicRate
@NonNull public final android.widget.TextView textEstimatedMetabolicRate
-
textGender
@NonNull public final android.widget.TextView textGender
-
textHeight
@NonNull public final android.widget.TextView textHeight
-
textMaximumHeartRate
@NonNull public final android.widget.TextView textMaximumHeartRate
-
textRestingHeartRate
@NonNull public final android.widget.TextView textRestingHeartRate
-
textWeeklyGoalHours
@NonNull public final android.widget.TextView textWeeklyGoalHours
-
textWeeklyGoalMinutes
@NonNull public final android.widget.TextView textWeeklyGoalMinutes
-
textWeight
@NonNull public final android.widget.TextView textWeight
-
textviewAge
@NonNull public final android.widget.TextView textviewAge
-
textviewDuration
@NonNull public final android.widget.TextView textviewDuration
-
textviewGender
@NonNull public final android.widget.TextView textviewGender
-
textviewHeight
@NonNull public final android.widget.TextView textviewHeight
-
textviewMaximumHeartRate
@NonNull public final android.widget.TextView textviewMaximumHeartRate
-
textviewRestingHeartRate
@NonNull public final android.widget.TextView textviewRestingHeartRate
-
textviewUsername
@NonNull public final android.widget.TextView textviewUsername
-
textviewWeight
@NonNull public final android.widget.TextView textviewWeight
-
topGuideline4
@NonNull public final androidx.constraintlayout.widget.Guideline topGuideline4
-
userName
@NonNull public final android.widget.EditText userName
-
usernameSelectionLayout
@NonNull public final android.widget.LinearLayout usernameSelectionLayout
-
weeklyGoalsLayout
@NonNull public final android.widget.LinearLayout weeklyGoalsLayout
-
weightSelectionLayout
@NonNull public final android.widget.LinearLayout weightSelectionLayout
-
-
Method Detail
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static ActivityProfileBinding inflate(@NonNull android.view.LayoutInflater inflater)
-
inflate
@NonNull public static ActivityProfileBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static ActivityProfileBinding bind(@NonNull android.view.View rootView)
-
-