summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/color/action_bar_secondary_menu_item_colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/base/resources/color/action_bar_secondary_menu_item_colors.xml')
-rw-r--r--mobile/android/base/resources/color/action_bar_secondary_menu_item_colors.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/mobile/android/base/resources/color/action_bar_secondary_menu_item_colors.xml b/mobile/android/base/resources/color/action_bar_secondary_menu_item_colors.xml
deleted file mode 100644
index c72ce0923..000000000
--- a/mobile/android/base/resources/color/action_bar_secondary_menu_item_colors.xml
+++ /dev/null
@@ -1,15 +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/. -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:gecko="http://schemas.android.com/apk/res-auto">
-
- <item android:state_enabled="false"
- android:color="@color/disabled_grey"
- />
-
- <item android:color="@color/toolbar_icon_grey" />
-
-</selector>