瀏覽代碼

Fix blue background under action mode text selection handlers in blue theme

arkon 3 年之前
父節點
當前提交
909aed4262
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/res/values/styles.xml

+ 0 - 1
app/src/main/res/values/styles.xml

@@ -10,7 +10,6 @@
     </style>
 
     <style name="ThemeOverlay.Tachiyomi.ActionBar.Colored" parent="ThemeOverlay.MaterialComponents.ActionBar">
-        <item name="android:background">?attr/colorToolbar</item>
         <item name="android:colorControlHighlight">?attr/colorOnToolbar</item>
     </style>