Skip to content

Latest commit

 

History

History
 
 

views-material

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Views Material

Material Components extension of Views.

Content

CollapsingToolbarLayout extensions

contentScrimColor allows to set the content scrim color of a CollapsingToolbarLayout using property syntax.

TextInputLayout extensions

The text read/write extension property for TextInputLayout is an alias to the text property of the child EditText.

The string read only extension property for TextInputLayout allows to easily get the String (immutable) representation of the text of the child EditText.

Download

implementation("com.louiscad.splitties:splitties-views-material:$splitties_version")