public class

PropertyViewWide

extends PropertyView
implements OnInflateLayout
java.lang.Object
   ↳ ConstraintLayout
     ↳ com.mapsted.ui_components.property.PropertyView
       ↳ com.mapsted.ui_components.property.PropertyViewWide

Summary

Public Constructors
PropertyViewWide(Context context)
PropertyViewWide(Context context, AttributeSet attrs)
PropertyViewWide(Context context, AttributeSet attrs, int defStyleAttr)
PropertyViewWide(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
Public Methods
void onInflateLayout()
[Expand]
Inherited Methods
From class com.mapsted.ui_components.property.PropertyView
From class java.lang.Object
From interface com.mapsted.ui_components.property.OnInflateLayout

Public Constructors

public PropertyViewWide (Context context)

public PropertyViewWide (Context context, AttributeSet attrs)

public PropertyViewWide (Context context, AttributeSet attrs, int defStyleAttr)

public PropertyViewWide (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)

Public Methods

public void onInflateLayout ()