[SuwLib] Update landscape card orientation

In GLIF card layout landscape, the card should also be landscape, so
swapping the width and height dimens for landscape orientation.

Change-Id: I0a584bc6ecca42847f2307900b83907dacb182cb
This commit is contained in:
Maurice Lam 2015-12-03 18:07:14 -08:00
parent 678740df07
commit cbbf1cfcf7

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
@ -26,6 +26,10 @@
<!-- Decor view (illustration or the header without illustration) -->
<dimen name="suw_decor_padding_top">0dp</dimen>
<!-- GLIF card layout (for tablets) -->
<dimen name="suw_glif_card_width">672dp</dimen>
<dimen name="suw_glif_card_height">560dp</dimen>
<!-- Illustration -->
<item name="suw_illustration_aspect_ratio" format="float" type="dimen">0</item>