Ver código fonte

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

arkon 3 anos atrás
pai
commit
909aed4262
1 arquivos alterados com 0 adições e 1 exclusões
  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>