[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:
samartnik
2022-02-17 14:03:25 -05:00
committed by mkarolin
parent 816acd7c2c
commit e3abd222d4
27 changed files with 0 additions and 6237 deletions
@@ -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"