Package openfoodfacts.github.scrachx.openfood.features.shared.views

Types

Link copied to clipboard
class CustomButtonView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : AppCompatButton

Based on this and this

Link copied to clipboard
class CustomEditTextView(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : AppCompatEditText

Based on StackOverflow

Link copied to clipboard
class CustomTextView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : AppCompatTextView
Link copied to clipboard
class CustomValidatingEditTextView : AppCompatEditText
Link copied to clipboard
class QuestionDialog(context: Context)
Link copied to clipboard
class TipBox(context: Context, attrs: AttributeSet?) : LinearLayout

Functions

Link copied to clipboard
inline fun showQuestionDialog(context: Context, dialogAction: QuestionDialog.() -> Unit)