summaryrefslogtreecommitdiffstats
path: root/actionbarsherlock/res/color
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
committerJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
commit2abaaf7caa9a83ba1ea759868aabde7f21387184 (patch)
tree5854eccde29af34dadc28ae49a59602b0e12220c /actionbarsherlock/res/color
parent7d5aeb075548256a8b11ccf06b225ac7b79770dd (diff)
downloadandroid_packages_apps_Gallery2-2abaaf7caa9a83ba1ea759868aabde7f21387184.tar.gz
android_packages_apps_Gallery2-2abaaf7caa9a83ba1ea759868aabde7f21387184.tar.bz2
android_packages_apps_Gallery2-2abaaf7caa9a83ba1ea759868aabde7f21387184.zip
remove actionbar sherlock
Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
Diffstat (limited to 'actionbarsherlock/res/color')
-rw-r--r--actionbarsherlock/res/color/abs__primary_text_disable_only_holo_dark.xml20
-rw-r--r--actionbarsherlock/res/color/abs__primary_text_disable_only_holo_light.xml21
-rw-r--r--actionbarsherlock/res/color/abs__primary_text_holo_dark.xml24
-rw-r--r--actionbarsherlock/res/color/abs__primary_text_holo_light.xml26
4 files changed, 0 insertions, 91 deletions
diff --git a/actionbarsherlock/res/color/abs__primary_text_disable_only_holo_dark.xml b/actionbarsherlock/res/color/abs__primary_text_disable_only_holo_dark.xml
deleted file mode 100644
index ea7459aaf..000000000
--- a/actionbarsherlock/res/color/abs__primary_text_disable_only_holo_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_dark"/>
- <item android:color="@color/abs__bright_foreground_holo_dark"/> <!-- not selected -->
-</selector>
diff --git a/actionbarsherlock/res/color/abs__primary_text_disable_only_holo_light.xml b/actionbarsherlock/res/color/abs__primary_text_disable_only_holo_light.xml
deleted file mode 100644
index 0edb33b4b..000000000
--- a/actionbarsherlock/res/color/abs__primary_text_disable_only_holo_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_light"/>
- <item android:color="@color/abs__bright_foreground_holo_light"/> <!-- not selected -->
-</selector>
-
diff --git a/actionbarsherlock/res/color/abs__primary_text_holo_dark.xml b/actionbarsherlock/res/color/abs__primary_text_holo_dark.xml
deleted file mode 100644
index 2bcfd0b63..000000000
--- a/actionbarsherlock/res/color/abs__primary_text_holo_dark.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_dark"/>
- <item android:state_window_focused="false" android:color="@color/abs__bright_foreground_holo_dark"/>
- <item android:state_pressed="true" android:color="@color/abs__bright_foreground_holo_dark"/>
- <item android:state_selected="true" android:color="@color/abs__bright_foreground_holo_dark"/>
- <item android:state_activated="true" android:color="@color/abs__bright_foreground_holo_dark"/>
- <item android:color="@color/abs__bright_foreground_holo_dark"/> <!-- not selected -->
-</selector>
diff --git a/actionbarsherlock/res/color/abs__primary_text_holo_light.xml b/actionbarsherlock/res/color/abs__primary_text_holo_light.xml
deleted file mode 100644
index 198384fed..000000000
--- a/actionbarsherlock/res/color/abs__primary_text_holo_light.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false" android:color="@color/abs__bright_foreground_disabled_holo_light"/>
- <item android:state_window_focused="false" android:color="@color/abs__bright_foreground_holo_light"/>
- <item android:state_pressed="true" android:color="@color/abs__bright_foreground_holo_light"/>
- <item android:state_selected="true" android:color="@color/abs__bright_foreground_holo_light"/>
- <item android:state_activated="true" android:color="@color/abs__bright_foreground_holo_light"/>
- <item android:color="@color/abs__bright_foreground_holo_light"/> <!-- not selected -->
-
-</selector>
-