Skip to content

Commit

Permalink
Uplift of #5535 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases committed May 12, 2020
1 parent ee1dfef commit abd8d10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions android/java/res/xml/brave_site_settings_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
android:fragment="org.chromium.chrome.browser.settings.website.DesktopModePreferences"
android:key="desktop_mode_category"
android:icon="@drawable/settings_desktop_mode"
android:title="@string/settings_desktop_mode_title" />
android:title="@string/settings_desktop_mode_title"
app:iconTint="@color/default_icon_color" />
<org.chromium.chrome.browser.settings.website.SiteSettingsPreference
android:fragment="org.chromium.chrome.browser.settings.website.PlayYTVideoInBrowserPreferences"
android:key="play_yt_video_in_browser_category"
android:icon="@drawable/settings_play_yt_video_in_browser"
android:title="@string/settings_play_yt_video_in_browser_title" />
android:title="@string/settings_play_yt_video_in_browser_title"
app:iconTint="@color/default_icon_color" />
</android.support.v7.preference.PreferenceScreen>

0 comments on commit abd8d10

Please sign in to comment.