summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/color
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /mobile/android/fenix/app/src/main/res/color
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/color')
-rw-r--r--mobile/android/fenix/app/src/main/res/color/pager_dot.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/readerview_private_button_color.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/readerview_private_radio_color.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/save_enabled_ic_color.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/saved_login_clear_edit_text_tint.xml10
-rw-r--r--mobile/android/fenix/app/src/main/res/color/secondary_state_list_text_color.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/state_list_text_color.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/tab_checkbox_tint.xml7
-rw-r--r--mobile/android/fenix/app/src/main/res/color/tab_icon.xml8
-rw-r--r--mobile/android/fenix/app/src/main/res/color/text_on_color_state_list_text_color.xml8
10 files changed, 81 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/color/pager_dot.xml b/mobile/android/fenix/app/src/main/res/color/pager_dot.xml
new file mode 100644
index 0000000000..43496628cf
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/pager_dot.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:color="@color/fx_mobile_action_color_indicator_active" android:state_selected="true" />
+ <item android:color="@color/fx_mobile_action_color_indicator_inactive" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/readerview_private_button_color.xml b/mobile/android/fenix/app/src/main/res/color/readerview_private_button_color.xml
new file mode 100644
index 0000000000..762d38cd85
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/readerview_private_button_color.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="true" android:color="@color/fx_mobile_private_text_color_primary" />
+ <item android:state_enabled="false" android:color="@color/mozac_feature_readerview_text_color_disabled" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/readerview_private_radio_color.xml b/mobile/android/fenix/app/src/main/res/color/readerview_private_radio_color.xml
new file mode 100644
index 0000000000..a7e9354d67
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/readerview_private_radio_color.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_checked="true" android:color="@color/mozac_feature_readerview_selected" />
+ <item android:state_checked="false" android:color="@color/fx_mobile_private_text_color_primary" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/save_enabled_ic_color.xml b/mobile/android/fenix/app/src/main/res/color/save_enabled_ic_color.xml
new file mode 100644
index 0000000000..7931c664e8
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/save_enabled_ic_color.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="true" android:color="?attr/textPrimary"/>
+ <item android:state_enabled="false" android:color="?attr/textDisabled" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/saved_login_clear_edit_text_tint.xml b/mobile/android/fenix/app/src/main/res/color/saved_login_clear_edit_text_tint.xml
new file mode 100644
index 0000000000..58aef8feee
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/saved_login_clear_edit_text_tint.xml
@@ -0,0 +1,10 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="true"
+ android:color="?attr/textPrimary" />
+ <item android:state_enabled="false"
+ android:color="?attr/textDisabled" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/secondary_state_list_text_color.xml b/mobile/android/fenix/app/src/main/res/color/secondary_state_list_text_color.xml
new file mode 100644
index 0000000000..e8ce42f0ab
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/secondary_state_list_text_color.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false" android:color="?attr/textDisabled" />
+ <item android:color="?attr/textSecondary"/>
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/state_list_text_color.xml b/mobile/android/fenix/app/src/main/res/color/state_list_text_color.xml
new file mode 100644
index 0000000000..1fe92f880d
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/state_list_text_color.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false" android:color="?attr/textDisabled" />
+ <item android:color="?attr/textPrimary"/>
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/tab_checkbox_tint.xml b/mobile/android/fenix/app/src/main/res/color/tab_checkbox_tint.xml
new file mode 100644
index 0000000000..f494c305d9
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/tab_checkbox_tint.xml
@@ -0,0 +1,7 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:color="?attr/textSecondary" android:state_checked="false" />
+ <item android:color="?accent" android:state_checked="true" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/tab_icon.xml b/mobile/android/fenix/app/src/main/res/color/tab_icon.xml
new file mode 100644
index 0000000000..71eee95829
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/tab_icon.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:color="@color/fx_mobile_icon_color_active" android:state_selected="true" />
+ <item android:color="@color/fx_mobile_icon_color_primary_inactive" />
+</selector>
diff --git a/mobile/android/fenix/app/src/main/res/color/text_on_color_state_list_text_color.xml b/mobile/android/fenix/app/src/main/res/color/text_on_color_state_list_text_color.xml
new file mode 100644
index 0000000000..533d601195
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/color/text_on_color_state_list_text_color.xml
@@ -0,0 +1,8 @@
+<?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/. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false" android:color="?attr/textDisabled" />
+ <item android:color="?attr/textOnColorPrimary"/>
+</selector>