From f1cfecc43298212f28a69bc9a1e08a7bd89a9b49 Mon Sep 17 00:00:00 2001 From: Chris Banes Date: Fri, 9 Jan 2015 09:54:25 +0000 Subject: [PATCH] Change Support7Demos to use android:theme instead Change-Id: I17507af86df4ceb38dd76b8414cb77e92aad3627 --- samples/Support7Demos/res/layout/toolbar_usage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Support7Demos/res/layout/toolbar_usage.xml b/samples/Support7Demos/res/layout/toolbar_usage.xml index b202e1f68..76944be10 100644 --- a/samples/Support7Demos/res/layout/toolbar_usage.xml +++ b/samples/Support7Demos/res/layout/toolbar_usage.xml @@ -27,7 +27,7 @@ android:layout_width="match_parent" android:minHeight="?attr/actionBarSize" android:background="?attr/colorPrimaryDark" - app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" + android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />