Searched defs:ImageCardView (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java33 * {@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 contain
117 public class ImageCardView extends BaseCardView { class in inherits:BaseCardView
147 public ImageCardView(Context context, int themeResId) { method in class:ImageCardView
154 public ImageCardView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ImageCardView
274 public ImageCardView(Context context) { method in class:ImageCardView
281 public ImageCardView(Context context, AttributeSet attrs) { method in class:ImageCardView
[all...]

Completed in 5337 milliseconds