mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_camera_enabled with @drawable/mozac_ic_video
This commit is contained in:
parent
88a532f80e
commit
febe3a761b
@ -5,7 +5,7 @@
|
|||||||
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item
|
<item
|
||||||
android:id="@+id/enabled"
|
android:id="@+id/enabled"
|
||||||
android:drawable="@drawable/ic_camera_enabled"
|
android:drawable="@drawable/mozac_ic_video"
|
||||||
android:state_enabled="true" />
|
android:state_enabled="true" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/disabled"
|
android:id="@+id/disabled"
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- 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/. -->
|
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="24dp"
|
|
||||||
android:height="24dp"
|
|
||||||
android:viewportWidth="24"
|
|
||||||
android:viewportHeight="24">
|
|
||||||
<path
|
|
||||||
android:name="icon"
|
|
||||||
android:fillColor="?primaryText"
|
|
||||||
android:pathData="M19.482 5.531c-0.614 0-1.24 0.228-1.75 0.737L17 7a2.5 2.5 0 0 0-2.5-2.5h-9A2.5 2.5 0 0 0 3 7v10a2.5 2.5 0 0 0 2.5 2.5h9A2.5 2.5 0 0 0 17 17l0.732 0.732a2.448 2.448 0 0 0 1.75 0.737c1.285 0 2.518-0.998 2.518-2.505V8.036c0-1.507-1.233-2.505-2.518-2.505zM20.5 15.964c0 0.693-0.595 1.005-1.018 1.005-0.26 0-0.491-0.1-0.689-0.298l-2.496-2.497H15.5V17.2L14.7 18H5.3l-0.8-0.8V6.8L5.3 6h9.4l0.8 0.8v3.025h0.796l2.496-2.497a0.949 0.949 0 0 1 0.689-0.298c0.423 0 1.018 0.312 1.018 1.005v7.929H20.5z" />
|
|
||||||
</vector>
|
|
@ -5,7 +5,7 @@
|
|||||||
<androidx.preference.PreferenceScreen
|
<androidx.preference.PreferenceScreen
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<androidx.preference.Preference
|
<androidx.preference.Preference
|
||||||
android:icon="@drawable/ic_camera_enabled"
|
android:icon="@drawable/mozac_ic_video"
|
||||||
android:key="@string/pref_key_phone_feature_camera"
|
android:key="@string/pref_key_phone_feature_camera"
|
||||||
android:title="@string/preference_phone_feature_camera"
|
android:title="@string/preference_phone_feature_camera"
|
||||||
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
|
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
android:summary="@string/preference_option_autoplay_blocked3"/>
|
android:summary="@string/preference_option_autoplay_blocked3"/>
|
||||||
|
|
||||||
<androidx.preference.Preference
|
<androidx.preference.Preference
|
||||||
android:icon="@drawable/ic_camera_enabled"
|
android:icon="@drawable/mozac_ic_video"
|
||||||
android:key="@string/pref_key_phone_feature_camera"
|
android:key="@string/pref_key_phone_feature_camera"
|
||||||
android:title="@string/preference_phone_feature_camera"
|
android:title="@string/preference_phone_feature_camera"
|
||||||
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
|
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user