From 0f625ae2808d38b6f216df8a45aad452665fa7d8 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Mon, 1 Aug 2016 17:04:38 -0700 Subject: [PATCH] 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 e797d91c83873c686000306368754e0621134d73) --- res/values-sw600dp-land/dimens.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values-sw600dp-land/dimens.xml b/res/values-sw600dp-land/dimens.xml index eb37d0fea8c..eeb677a79f7 100755 --- a/res/values-sw600dp-land/dimens.xml +++ b/res/values-sw600dp-land/dimens.xml @@ -27,4 +27,6 @@ 128dip + 150dp +