mirror of https://github.com/lizongying/my-tv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
346 B
11 lines
346 B
<resources>
|
|
|
|
|
|
<style name="CustomImageCardViewStyle" parent="Widget.Leanback.ImageCardViewStyle">
|
|
<item name="lbImageCardViewType">Title|Content</item>
|
|
</style>
|
|
|
|
<style name="CustomImageCardTheme" parent="Theme.Leanback">
|
|
<item name="imageCardViewStyle">@style/CustomImageCardViewStyle</item>
|
|
</style>
|
|
</resources> |