summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_ts_makeup_level_3_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_ts_makeup_level_3_selector.xml')
-rw-r--r--res/drawable/ic_ts_makeup_level_3_selector.xml34
1 files changed, 14 insertions, 20 deletions
diff --git a/res/drawable/ic_ts_makeup_level_3_selector.xml b/res/drawable/ic_ts_makeup_level_3_selector.xml
index e26ecdfa5..6a2c0d34e 100644
--- a/res/drawable/ic_ts_makeup_level_3_selector.xml
+++ b/res/drawable/ic_ts_makeup_level_3_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_level_3_selected" />
- <item android:drawable="@drawable/ic_ts_makeup_level_3" />
-</selector>
+ <path
+ android:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M21 1H7c-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
+16H7V3h14v14zM3 5H1v16c0 1.1 .9 2 2 2h16v-2H3V5zm14 8v-1.5c0-.83-.67-1.5-1.5-1.5
+.83 0 1.5-.67 1.5-1.5V7c0-1.11-.9-2-2-2h-4v2h4v2h-2v2h2v2h-4v2h4c1.1 0 2-.89
+2-2z" />
+</vector>