浏览代码

make toolbar menu use the proper day/night popup theme

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 年之前
父节点
当前提交
e54db7c7c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/res/layout/toolbar_standard.xml

+ 1 - 1
src/main/res/layout/toolbar_standard.xml

@@ -42,7 +42,7 @@
             android:id="@id/toolbar"
             android:layout_width="match_parent"
             android:layout_height="?attr/actionBarSize"
-            app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
+            app:popupTheme="@style/Theme.AppCompat.DayNight.NoActionBar" />
 
         <ProgressBar
             android:id="@+id/progressBar"