Skip to content

Instantly share code, notes, and snippets.

@fnk0
Last active October 17, 2016 04:46
Show Gist options
  • Save fnk0/e99697e5563cf4aa4f94894d0d6f9753 to your computer and use it in GitHub Desktop.
Save fnk0/e99697e5563cf4aa4f94894d0d6f9753 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
...
<style name="PersonCardTheme" parent="Theme.Leanback">
<item name="imageCardViewImageStyle">@style/PersonCardViewStyle</item>
</style>
<style name="PersonCardViewStyle" parent="Widget.Leanback.ImageCardView.ImageStyle">
<item name="android:layout_width">180dp</item>
<item name="android:layout_height">250dp</item>
</style>
...
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment