From 28032006970703240f4abd34429608abd2358645 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Thu, 13 Jul 2017 16:18:56 -0700 Subject: Set edgeMarginPx back to 8dp. With the new grid changes, it was set to 16dp but this caused an issue where the workspace page spacing was too large. To "restore" the original page spacing we set it back to 8dp. This caused an issue where the pages began to overlap. This CL changes the edgeMarginPx back to 8dp, and then adds the additional 8dp to the padding of the CellLayout. Bug: 63590728 Change-Id: Ie968d8bd81de19c726f73581d6609e3bc486c5ca --- res/values/dimens.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res/values/dimens.xml') diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 21abd3c93..356de7869 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -16,7 +16,7 @@ - 16dp + 8dp 32dp 1dp 50dp @@ -30,7 +30,6 @@ 8dp - 8dp -- cgit v1.2.3