UnPressableLinearLayout

Custom LinearLayout that does not propagate the pressed state down to its children. By default, the pressed state is propagated to all the children that are not clickable or long-clickable. Used by Leanback and Car.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)