From d7c1fae12ef0b31c225ef130e6b06445b5af53a9 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Wed, 13 Aug 2014 18:27:47 +0200 Subject: Don't scale notifications on Keyguard for devices < xxhdpi Bug: 16824061 Change-Id: Iccccebcd17357764aef325df0cd220508fcf7403 --- .../SystemUI/res/values-h560dp-xhdpi/config.xml | 23 ++++++++++++++++++++++ .../SystemUI/res/values-h560dp-xhdpi/dimens.xml | 21 ++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 packages/SystemUI/res/values-h560dp-xhdpi/config.xml create mode 100644 packages/SystemUI/res/values-h560dp-xhdpi/dimens.xml (limited to 'packages/SystemUI/res/values-h560dp-xhdpi') diff --git a/packages/SystemUI/res/values-h560dp-xhdpi/config.xml b/packages/SystemUI/res/values-h560dp-xhdpi/config.xml new file mode 100644 index 0000000..cf2017f1 --- /dev/null +++ b/packages/SystemUI/res/values-h560dp-xhdpi/config.xml @@ -0,0 +1,23 @@ + + + + + + 3 + + diff --git a/packages/SystemUI/res/values-h560dp-xhdpi/dimens.xml b/packages/SystemUI/res/values-h560dp-xhdpi/dimens.xml new file mode 100644 index 0000000..f6dbc3d --- /dev/null +++ b/packages/SystemUI/res/values-h560dp-xhdpi/dimens.xml @@ -0,0 +1,21 @@ + + + + + 32.5% + 24% + \ No newline at end of file -- cgit v1.1