OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageCardView
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ImageCardView.java
33
* {@link
ImageCardView
} is highly customizable and can be used for various use-cases by adjusting
36
* <h3>Styling</h3> There are two different ways to style the
ImageCardView
. <br>
37
* No matter what way you use, all your styles applied to an
ImageCardView
have to extend the style
59
* The second possibility allows you to style a particular
ImageCardView
. This is useful if you
63
* You can do this by using a the {@link #
ImageCardView
(Context)} constructor and passing a
64
* ContextThemeWrapper with the custom
ImageCardView
theme id.
70
* new
ImageCardView
(new ContextThemeWrapper(context, R.style.CustomImageCardTheme));
75
* You can style all
ImageCardView
's components such as the title, content, badge, infoArea and the
77
* custom
ImageCardView
theme.
79
* <h3>Components</h3> The
ImageCardView
contains three components which can be combined in an
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 455 milliseconds