From 205fd0f5fc697af2ad39ffd3e0e6300c997d3f03 Mon Sep 17 00:00:00 2001 From: Kazuki Kobayashi Date: Mon, 26 Dec 2016 14:03:18 +0900 Subject: [PATCH] Fix clipping for date and time on QS The bottom part of date and time on Quick Settings is cut off when changing font size to "Largest" and display size to "Small". To fix this issue, the height should be changed from 19dp to "wrap_content". Bug: 34365385 Test: manual - change font size to "Largest" and display size to "Small", and then open QS panel Change-Id: I37047e57f535dfa8fcaccc8f9dd78c4ef699bc27 --- packages/SystemUI/res/layout-sw410dp/status_bar_alarm_group.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout-sw410dp/status_bar_alarm_group.xml b/packages/SystemUI/res/layout-sw410dp/status_bar_alarm_group.xml index a726161c2c667..1059ad468bf4f 100644 --- a/packages/SystemUI/res/layout-sw410dp/status_bar_alarm_group.xml +++ b/packages/SystemUI/res/layout-sw410dp/status_bar_alarm_group.xml @@ -27,7 +27,7 @@