am f1cfecc4: Change Support7Demos to use android:theme instead

* commit 'f1cfecc43298212f28a69bc9a1e08a7bd89a9b49':
  Change Support7Demos to use android:theme instead
This commit is contained in:
Chris Banes
2015-01-10 10:16:51 +00:00
committed by Android Git Automerger

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