From 5ebce85574d1a2fc3ec05edc4bea7aaeea00446c Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 25 Feb 2016 17:04:16 -0800 Subject: app:theme => android:theme now --- app/src/main/res/layout/abstract_fragment_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/abstract_fragment_activity.xml') diff --git a/app/src/main/res/layout/abstract_fragment_activity.xml b/app/src/main/res/layout/abstract_fragment_activity.xml index 6914b7e0..180cce97 100644 --- a/app/src/main/res/layout/abstract_fragment_activity.xml +++ b/app/src/main/res/layout/abstract_fragment_activity.xml @@ -44,7 +44,7 @@ android:layout_width="match_parent" android:elevation="4dp" android:visibility="gone" - app:theme="?attr/actionbarThemeStyle" + android:theme="?attr/actionbarThemeStyle" app:popupTheme="?attr/actionbarPopupStyle"/>