You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has the advantage of reusing these decorators in other views.
46
+
This has the advantage of reusing these decorators in other Views.
47
47
The module decorators contains some examples of useful decorators that you can start using now,
48
-
or write your own by extending ``` AttrsDecorator<T>``` where T is the type of the view the decor will be applied on.
48
+
or write your own by extending ``` AttrsDecorator<T>``` where T is the type of the View the decor will be applied on.
49
49
50
50
If you want to apply only a subset of decorators :
51
51
@@ -62,7 +62,7 @@ Check the samples for a working example :
62
62

63
63
64
64
65
-
AndroidStudio (lint) will likely mark thisxml with a warning despite being correct. You may want to add tools:ignore="MissingPrefix" to either the View itself or its parent ViewGroup to get rid of it. Also add tools namespace xmlns:tools="http://schemas.android.com/tools" to have access to "ignore" attribute
65
+
AndroidStudio (lint) will likely mark thisXML with a warning despite being correct. You may want to add tools:ignore="MissingPrefix" to either the View itself or its parent ViewGroup to get rid of it. Also add tools namespace xmlns:tools="http://schemas.android.com/tools" to have access to "ignore" attribute.
0 commit comments