Skip to content

Commit

Permalink
Uplift of #27725 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds authored and deeppandya committed Feb 24, 2025
1 parent c451709 commit 0b6c6a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/brave_java_resources.gni
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ brave_java_resources = [
"java/res/drawable/ic_brave_smiley_happy.xml",
"java/res/drawable/ic_brave_smiley_sad.xml",
"java/res/drawable/ic_brave_vpn_graphic.xml",
"java/res/drawable/ic_browser_mobile_tabs.xml",
"java/res/drawable/ic_btc_color.xml",
"java/res/drawable/ic_calendar.xml",
"java/res/drawable/ic_cancel_filled.xml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ private void updatePreferenceIcons() {
updatePreferenceIcon(PREF_NOTIFICATIONS, R.drawable.ic_notification);
updatePreferenceIcon(MainSettings.PREF_DEVELOPER, R.drawable.ic_info);
updatePreferenceIcon(MainSettings.PREF_HOMEPAGE, R.drawable.ic_homepage);
updatePreferenceIcon(MainSettings.PREF_TABS, R.drawable.ic_browser_mobile_tabs);
}

private void updateSearchEnginePreference() {
Expand Down
16 changes: 16 additions & 0 deletions android/java/res/drawable/ic_browser_mobile_tabs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- Copyright (c) 2025 The Brave Authors. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at https://mozilla.org/MPL/2.0/.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/shield_text_color"
android:fillType="evenOdd"
android:pathData="M20.46 19.7a0.77 0.77 0 0 1-0.77 0.76h-8.46a0.77 0.77 0 0 1-0.77-0.77v-2.3h2.3a2.31 2.31 0 0 0 2.32-2.31V8.15h4.61a0.77 0.77 0 0 1 0.77 0.77zM3.54 15.07V4.3A0.77 0.77 0 0 1 4.3 3.54h8.46a0.77 0.77 0 0 1 0.77 0.77v10.77a0.77 0.77 0 0 1-0.77 0.77H4.3a0.77 0.77 0 0 1-0.77-0.77m16.15-8.46h-4.61V4.3A2.31 2.31 0 0 0 12.77 2H4.3A2.31 2.31 0 0 0 2 4.3v10.78a2.31 2.31 0 0 0 2.3 2.3h4.62v2.31A2.31 2.31 0 0 0 11.23 22h8.46A2.31 2.31 0 0 0 22 19.7V8.91a2.31 2.31 0 0 0-2.3-2.3"/>
</vector>

0 comments on commit 0b6c6a5

Please sign in to comment.