浏览代码

Fix ActionToolbar background color

arkon 5 年之前
父节点
当前提交
2787116171
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/common_action_toolbar.xml

+ 1 - 1
app/src/main/res/layout/common_action_toolbar.xml

@@ -19,7 +19,7 @@
             android:layout_width="match_parent"
             android:layout_height="?attr/actionBarSize"
             android:layout_gravity="bottom"
-            android:background="?attr/colorSurface"
+            android:background="?attr/colorPrimary"
             android:theme="?attr/actionBarTheme"
             app:contentInsetEnd="8dp"
             app:contentInsetStart="8dp">