ViewStyle
public
class
ViewStyle
extends Object
java.lang.Object | |
↳ | androidx.autofill.inline.common.ViewStyle |
Specifies the style for a View
or a ViewGroup
.
Summary
Nested classes | |
---|---|
class |
ViewStyle.Builder
Builder for the |
Fields | |
---|---|
protected
final
Bundle |
mBundle
|
Protected methods | |
---|---|
abstract
String
|
getStyleKey()
Allows the subclass to define their own style key by implementing this method. |
Inherited methods | |
---|---|
Fields
Protected methods
getStyleKey
protected abstract String getStyleKey ()
Allows the subclass to define their own style key by implementing this method.
Returns | |
---|---|
String |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-24 UTC.