Skip to content

Commit

Permalink
feat(YouTube - Searchbar): Complete restyle (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco146 authored Jun 26, 2024
1 parent 0160d8e commit 8458e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ import app.revanced.patches.youtube.utils.settings.ResourceUtils.addPreference
import app.revanced.patches.youtube.utils.settings.ResourceUtils.addPreferenceFragment
import app.revanced.patches.youtube.utils.settings.ResourceUtils.updatePatchStatus
import app.revanced.patches.youtube.utils.settings.ResourceUtils.updatePatchStatusSettings
import app.revanced.util.ResourceGroup
import app.revanced.util.classLoader
import app.revanced.util.copyResources
import app.revanced.util.copyXmlNode
import app.revanced.util.*
import app.revanced.util.patch.BaseBytecodePatch
import app.revanced.util.patch.BaseResourcePatch
import app.revanced.util.valueOrThrow
import org.w3c.dom.Element
import java.io.Closeable
import java.util.concurrent.Executors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
android:searchIcon="@null"
android:queryHint="@string/revanced_extended_settings_search_title"
android:layout_margin="5dp"
android:padding="5dp" />
android:queryBackground="@android:color/transparent"
app:queryBackground="@android:color/transparent"
/>

<FrameLayout
android:id="@+id/revanced_settings_fragments"
Expand Down

0 comments on commit 8458e1a

Please sign in to comment.