From b99b91cdf82106a82b14f692b796a483210fa3e7 Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Thu, 28 May 2015 11:03:57 -0700 Subject: [PATCH] Introduce indirection for base micro themes. This is needed, since overlays must add/modify items to base themes, but simply declaring the style in an overlay will override the parent. To ensure the true parent is never overridden, a base theme is introduced that both the regular theme and the overlay can inherit from. Bug: 21425951 Change-Id: I0967d0b4ddf12e9765bc321a7485a6dbdfef0b1e --- core/res/res/values/themes_micro.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/core/res/res/values/themes_micro.xml b/core/res/res/values/themes_micro.xml index 112afa647850d..8bf635e68cf94 100644 --- a/core/res/res/values/themes_micro.xml +++ b/core/res/res/values/themes_micro.xml @@ -14,7 +14,7 @@ limitations under the License. --> - - + + - + + + + +