From f40b9cbde003d9c3cc0eaa0d3c4eadb072f67c4a Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 27 Mar 2020 14:40:48 +0800 Subject: Fix some bugs related to custom themes. --- app/src/main/res/layout/activity_search_result.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_search_result.xml b/app/src/main/res/layout/activity_search_result.xml index c1b641b1..c4b132c7 100644 --- a/app/src/main/res/layout/activity_search_result.xml +++ b/app/src/main/res/layout/activity_search_result.xml @@ -14,20 +14,12 @@ android:background="?attr/toolbarAndTabBackgroundColor" android:theme="@style/AppTheme.AppBarOverlay"> - - - - - + android:layout_height="?attr/actionBarSize" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:navigationIcon="?attr/homeAsUpIndicator" />