From e6c38677a49a74e64f24466e2e4bf15ad5768b64 Mon Sep 17 00:00:00 2001 From: Michael Kwan Date: Fri, 14 Oct 2016 14:01:07 -0700 Subject: [PATCH] Fix oversized icons and removed title line limit. The maxHeight and maxWidth restrictions we not in effect due to a missing adjustViewBounds="true". Fixed the issue by adding the missing attribute. The title limit was originally arbitrarily picked, not removed completely. Bug: 32173774 Change-Id: I4b31824454fec73cec02cb787fe073bde6b69aff --- .../res/layout-notround-watch/alert_dialog_title_material.xml | 1 + core/res/res/layout-round-watch/alert_dialog_title_material.xml | 1 + core/res/res/values-watch/styles_material.xml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout-notround-watch/alert_dialog_title_material.xml b/core/res/res/layout-notround-watch/alert_dialog_title_material.xml index 307c6db91c3a8..0ab56f95efbe3 100644 --- a/core/res/res/layout-notround-watch/alert_dialog_title_material.xml +++ b/core/res/res/layout-notround-watch/alert_dialog_title_material.xml @@ -22,6 +22,7 @@ android:gravity="top|center_horizontal" android:minHeight="@dimen/alert_dialog_title_height">