summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_ts_makeup_level_off_selector.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-09-20 02:31:09 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-09-20 20:02:05 +0300
commit71f4fae6ca8c12c467b5afa8a6d325fc10b77f45 (patch)
treec42a36b91e5236cffc1a6a35fddcb67a4c7d60f9 /res/drawable/ic_ts_makeup_level_off_selector.xml
parentde3e756185977708f1fdd6eb7fe669173d3d8316 (diff)
downloadandroid_packages_apps_Snap-71f4fae6ca8c12c467b5afa8a6d325fc10b77f45.tar.gz
android_packages_apps_Snap-71f4fae6ca8c12c467b5afa8a6d325fc10b77f45.tar.bz2
android_packages_apps_Snap-71f4fae6ca8c12c467b5afa8a6d325fc10b77f45.zip
Snap: Remove CAF beautification feature
Revert "SnapdragonCamera: Move the files to the correct location" This reverts commit c25b2d510285512dbb60547353190433f1dbb984. Revert "SnapdragonCamera: Add beautification feature to SnapdragonCamera." This reverts commit c1cea7c15b2e463f37c17f2a4ce61ce689ec7088. Change-Id: If01e4f438a58e4210a3eddf090d426895ecbae87
Diffstat (limited to 'res/drawable/ic_ts_makeup_level_off_selector.xml')
-rw-r--r--res/drawable/ic_ts_makeup_level_off_selector.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/drawable/ic_ts_makeup_level_off_selector.xml b/res/drawable/ic_ts_makeup_level_off_selector.xml
deleted file mode 100644
index e1939673a..000000000
--- a/res/drawable/ic_ts_makeup_level_off_selector.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014,2015 Thundersoft Corporation
- All rights Reserved
-
- 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_selected="true" android:drawable="@drawable/ic_ts_makeup_level_off_selected" />
- <item android:drawable="@drawable/ic_ts_makeup_level_off" />
-</selector>