class AccountSelectorView : LinearLayout |
|
class BirthdayInputView : SingleFieldView |
|
class CheckBoxView : SchibstedView
Defines a custom checkbox error resources and attach a text to this checkbox If you have a android.text.style.ClickableSpan inside your text you should use this class rather than CheckBox in order to avoid to give a focus to the android.text.style.ClickableSpan when clicking on the CheckBox |
|
class CodeInputView : FieldView, OnClickListener, CustomEditText.KeyEventListener, OnLongClickListener
Widget made to allow the user to enter a 6 digits code |
|
class CustomEditText : AppCompatEditText
This class extends the basic EditText and provides a custom InputConnection. The custom InputConnection dispatches a key event when the delete key is pressed with a soft keyboard The default EditText doesn't dispatch the delete key event after API 16, that is not considered as a bug https://developer.android.com/reference/android/view/KeyEvent.html |
|
abstract class FieldView : SchibstedView, InputField |
|
class LoadingButton : RelativeLayout |
|
class PasswordView : SingleFieldView |
|
class PhoneInputView : FieldView
View use for phone number input |
|
abstract class SchibstedView : LinearLayout, ErrorField |
|
open class SingleFieldView : FieldView |