Last active
October 17, 2016 04:46
-
-
Save fnk0/e99697e5563cf4aa4f94894d0d6f9753 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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