Change Support7Demos to use android:theme instead

Change-Id: I17507af86df4ceb38dd76b8414cb77e92aad3627
This commit is contained in:
Chris Banes
2015-01-09 09:54:25 +00:00
parent 2aa06dbe20
commit f1cfecc432

View File

@@ -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" />
<TextView