From 0575a057857ec23912be3217b913c94d4c3d21b0 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 20 Sep 2016 17:28:34 -0700 Subject: [PATCH] Change all Toolbars to use ?themedPopupOverlay for popupTheme attribute --- app/src/main/res/layout-land/activity_edit_timer.xml | 2 +- app/src/main/res/layout/activity_edit_timer.xml | 2 +- app/src/main/res/layout/activity_settings.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout-land/activity_edit_timer.xml b/app/src/main/res/layout-land/activity_edit_timer.xml index 46f1b55..a1aece4 100644 --- a/app/src/main/res/layout-land/activity_edit_timer.xml +++ b/app/src/main/res/layout-land/activity_edit_timer.xml @@ -14,7 +14,7 @@ android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/AppTheme.AppBarOverlay" - app:popupTheme="@style/AppTheme.PopupOverlay" + app:popupTheme="?themedPopupOverlay" app:contentInsetStart="72dp">