Fix caption text being cut off when text size is set to very large.

In landscape mode, the caption preview height is set to 100dp. When
running in tablet and setting the caption text size to Very large, 100dp
is not enough to render the complete text with all the paddings defined.
Increasing the preview height to make enough room to display the caption
text.

Change-Id: Ia45c01a16eb1829d569d71648de398d48a7e4618
Fixes: 29125201
(cherry picked from commit e797d91c83)
This commit is contained in:
Doris Ling
2016-08-01 17:04:38 -07:00
parent e90777710c
commit 0f625ae280

View File

@@ -27,4 +27,6 @@
<!-- CryptKeeper top margin for pattern screen --> <!-- CryptKeeper top margin for pattern screen -->
<dimen name="crypt_keeper_pattern_top_margin">128dip</dimen> <dimen name="crypt_keeper_pattern_top_margin">128dip</dimen>
<dimen name="captioning_preview_height">150dp</dimen>
</resources> </resources>