Fixes an Add Widget button on Android 8 devices

This commit is contained in:
Serg
2023-01-30 14:26:50 -05:00
parent 82a7c559dc
commit 0197745233
5 changed files with 66 additions and 49 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
<!-- Copyright (c) 2019 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 http://mozilla.org/MPL/2.0/.
You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
@@ -92,6 +92,7 @@
<color name="brave_theme_color">#fb542b</color>
<color name="brave_tab_view_card_selected_bg">@color/baseline_primary_200</color>
<color name="brave_wallet_button_pressed">#737ADE</color>
<color name="brave_add_widget_button_pressed">#737ADE</color>
<!-- Brave news colors -->
<!-- <color name="card_background">#DC353535</color> -->