Files
brave-core/patches/chrome-browser-ui-android-toolbar-java-res-xml-adaptive_toolbar_preference.xml.patch
T
samartnik f536ed9c59 [Android] Initial integration of quick shortcut button (#30242)
* [Android] Initial integration of quick shortcut button

- Adds flag for quick shortcut (disabled until all Brave items are available)
- Makes parity with options available with the upstream
- Visual and UI fixes

* Moves flag under Android guards
2025-07-25 06:57:22 -04:00

14 lines
921 B
Diff

diff --git a/chrome/browser/ui/android/toolbar/java/res/xml/adaptive_toolbar_preference.xml b/chrome/browser/ui/android/toolbar/java/res/xml/adaptive_toolbar_preference.xml
index 8ed68462c8a8a3ed79aa9768ac6691d7aee92029..7c5bf8f6e6fed9b949213129b9eee2d64922b6ca 100644
--- a/chrome/browser/ui/android/toolbar/java/res/xml/adaptive_toolbar_preference.xml
+++ b/chrome/browser/ui/android/toolbar/java/res/xml/adaptive_toolbar_preference.xml
@@ -17,7 +17,7 @@ found in the LICENSE file.
android:key="toolbar_shortcut_switch"
android:title="@string/toolbar_shortcut" />
- <org.chromium.chrome.browser.toolbar.adaptive.settings.RadioButtonGroupAdaptiveToolbarPreference
+ <org.chromium.chrome.browser.toolbar.adaptive.settings.BraveRadioButtonGroupAdaptiveToolbarPreference
android:key="adaptive_toolbar_radio_group"
android:selectable="false"
app:allowDividerAbove="true"