summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_ts_makeup_whiten_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_ts_makeup_whiten_selector.xml')
-rw-r--r--res/drawable/ic_ts_makeup_whiten_selector.xml34
1 files changed, 14 insertions, 20 deletions
diff --git a/res/drawable/ic_ts_makeup_whiten_selector.xml b/res/drawable/ic_ts_makeup_whiten_selector.xml
index f1284b604..e2228fb62 100644
--- a/res/drawable/ic_ts_makeup_whiten_selector.xml
+++ b/res/drawable/ic_ts_makeup_whiten_selector.xml
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014,2015 Thundersoft Corporation
- All rights Reserved
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
- 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_whiten_selected" />
- <item android:drawable="@drawable/ic_ts_makeup_whiten" />
-</selector>
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0
+12,2M12,8.39C13.57,9.4 15.42,10 17.42,10C18.2,10 18.95,9.91
+19.67,9.74C19.88,10.45 20,11.21 20,12C20,16.41 16.41,20 12,20C9,20 6.39,18.34
+5,15.89L6.75,14V13A1.25,1.25 0 0,1 8,11.75A1.25,1.25 0 0,1
+9.25,13V14H12M16,11.75A1.25,1.25 0 0,0 14.75,13A1.25,1.25 0 0,0
+16,14.25A1.25,1.25 0 0,0 17.25,13A1.25,1.25 0 0,0 16,11.75Z" />
+</vector>