summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_ts_makeup_level_2_selector.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-12-11 21:30:18 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 22:00:46 +0200
commit3cc62c42f425e6ca84103fa63ad78c88821cde4c (patch)
tree52b71385f2ef67c7183b08d280f00ca2e448ed29 /res/drawable/ic_ts_makeup_level_2_selector.xml
parent6f29e7fd96f0b49424883b64e9c28ed9aeae26da (diff)
downloadandroid_packages_apps_Snap-3cc62c42f425e6ca84103fa63ad78c88821cde4c.tar.gz
android_packages_apps_Snap-3cc62c42f425e6ca84103fa63ad78c88821cde4c.tar.bz2
android_packages_apps_Snap-3cc62c42f425e6ca84103fa63ad78c88821cde4c.zip
Snap: update caf icons
Change-Id: I1adaf709253637bde037b5aea1f856fc5b9029c7 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/drawable/ic_ts_makeup_level_2_selector.xml')
-rw-r--r--res/drawable/ic_ts_makeup_level_2_selector.xml35
1 files changed, 14 insertions, 21 deletions
diff --git a/res/drawable/ic_ts_makeup_level_2_selector.xml b/res/drawable/ic_ts_makeup_level_2_selector.xml
index 76d40bd88..4f8d2611b 100644
--- a/res/drawable/ic_ts_makeup_level_2_selector.xml
+++ b/res/drawable/ic_ts_makeup_level_2_selector.xml
@@ -1,22 +1,15 @@
<?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_2_selected" />
- <item android:drawable="@drawable/ic_ts_makeup_level_2" />
-</selector>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M3 5H1v16c0 1.1 .9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2
+2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4h-4v-2h2c1.1 0 2-.89
+2-2V7c0-1.11-.9-2-2-2h-4v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2z" />
+</vector>