HomeSort by relevance Sort by last modified time
    Searched defs:ImageCardView (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ImageCardView.java 34 * {@link ImageCardView} is highly customizable and can be used for various use-cases by adjusting
37 * <h3>Styling</h3> There are two different ways to style the ImageCardView. <br>
38 * No matter what way you use, all your styles applied to an ImageCardView have to extend the style
60 * The second possibility allows you to style a particular ImageCardView. This is useful if you
64 * You can do this by using a the {@link #ImageCardView(Context)} constructor and passing a
65 * ContextThemeWrapper with the custom ImageCardView theme id.
71 * new ImageCardView(new ContextThemeWrapper(context, R.style.CustomImageCardTheme));
76 * You can style all ImageCardView's components such as the title, content, badge, infoArea and the
78 * custom ImageCardView theme.
80 * <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 108 milliseconds