Browse Source

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

arkon 3 năm trước cách đây
mục cha
commit
909aed4262
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>