From 3dae6383f463c0f629a3e3dfb2c0ab4bf5332729 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 29 Apr 2019 16:17:17 -0700 Subject: Add 1.5x dimens for screens that are large enough For phones with smallest width at least 480 dp, we can scale everything by 1.5x to fill in the space better. For phones with less width than this, we maintain the current 320 dp specification. Bug: 131610834 Test: Emulate on 240x320 ldpi, 480x800 hdpi, 480x800 mdpi, 800x1280 mdpi on both portrait and landscape and layouts work as intended Change-Id: I3f7d28dc22aa3a2de96b3de51b1aa5b5c2cb19fc --- go/quickstep/res/values-sw480dp/dimens.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 go/quickstep/res/values-sw480dp/dimens.xml (limited to 'go') diff --git a/go/quickstep/res/values-sw480dp/dimens.xml b/go/quickstep/res/values-sw480dp/dimens.xml new file mode 100644 index 000000000..be27d4bbd --- /dev/null +++ b/go/quickstep/res/values-sw480dp/dimens.xml @@ -0,0 +1,30 @@ + + + + 480dp + + 90dp + 16dp + 20dp + + 4dp + + 48dp + 28dp + 28dp + 140dp + \ No newline at end of file -- cgit v1.2.3