summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorTony Mak <tonymak@google.com>2018-02-06 14:15:11 +0000
committerTony Mak <tonymak@google.com>2018-02-06 17:25:01 +0000
commita5e70402191bcf497b946033a9b258ec1f563893 (patch)
tree6e5e1713ea50e9df4d6c3b3dbc6ef07dbce3d2a9 /res/drawable
parentbd0beb993315ec35b954b1801756634be6b1adfa (diff)
downloadandroid_packages_apps_Trebuchet-a5e70402191bcf497b946033a9b258ec1f563893.tar.gz
android_packages_apps_Trebuchet-a5e70402191bcf497b946033a9b258ec1f563893.tar.bz2
android_packages_apps_Trebuchet-a5e70402191bcf497b946033a9b258ec1f563893.zip
Add a close button at the top right hand corner of the blue card
FIX: 72804302 Change-Id: Iac7c369ead27c211c046f318c3b9588d73a594d4
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_close.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/drawable/ic_close.xml b/res/drawable/ic_close.xml
new file mode 100644
index 000000000..fc9ed49e9
--- /dev/null
+++ b/res/drawable/ic_close.xml
@@ -0,0 +1,23 @@
+<!-- Copyright (C) 2017 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.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
+</vector> \ No newline at end of file