[Android] Removed stack layout code
Resolves https://github.com/brave/brave-browser/issues/21005 Chromium change: https://github.com/chromium/chromium/commit/94a231f90d89f9af2996172fae508f9472d573cb Remove unused rendering code in TabLayout Follow up to https://chromium-review.googlesource.com/c/chromium/src/+/3388174 and continues to simplify the Tab rendering logic for phones. Also deletes anything related to tilting/rotating and card backs for the tabs. Bug: 1287653
This commit is contained in:
@@ -23,12 +23,6 @@
|
||||
android:summaryOn="@string/text_on"
|
||||
android:summaryOff="@string/text_off" />
|
||||
|
||||
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
||||
android:key="brave_enable_tab_groups"
|
||||
android:title="@string/enable_tab_groups_title"
|
||||
android:summaryOn="@string/text_on"
|
||||
android:summaryOff="@string/text_off" />
|
||||
|
||||
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
||||
android:key="brave_disable_sharing_hub"
|
||||
android:title="@string/disable_sharing_hub"
|
||||
|
||||
Reference in New Issue
Block a user