diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-10-07 23:53:17 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-10-25 06:07:58 -0700 |
commit | 85df10c252f7693ebc178dd7bb6996e396274f61 (patch) | |
tree | ca665b48de88aab385bedceecff984037c34a41b /packages/SystemUI/res/drawable | |
parent | 3eec7cc4d9298628c6cfde8ecd97220567dc1cbb (diff) | |
download | frameworks_base-85df10c252f7693ebc178dd7bb6996e396274f61.zip frameworks_base-85df10c252f7693ebc178dd7bb6996e396274f61.tar.gz frameworks_base-85df10c252f7693ebc178dd7bb6996e396274f61.tar.bz2 |
SystemUI: Update screenshot notification icon to material
Change-Id: I2d1c3ccdd9a004bd3967ef41a83dde40570a583c
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/stat_notify_image.xml | 27 | ||||
-rw-r--r-- | packages/SystemUI/res/drawable/stat_notify_image_error.xml | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/stat_notify_image.xml b/packages/SystemUI/res/drawable/stat_notify_image.xml new file mode 100644 index 0000000..17c1bda --- /dev/null +++ b/packages/SystemUI/res/drawable/stat_notify_image.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (c) 2015 The CyanogenMod 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:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="#FFFFFF" + android:pathData="M21,19V5c0-1.1-0.9-2-2-2H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14C20.1,21,21,20.1,21,19z +M8.5,13.5l2.5,3l3.5-4.5l4.5,6H5 L8.5,13.5z" /> +</vector>
\ No newline at end of file diff --git a/packages/SystemUI/res/drawable/stat_notify_image_error.xml b/packages/SystemUI/res/drawable/stat_notify_image_error.xml new file mode 100644 index 0000000..3c2ca40 --- /dev/null +++ b/packages/SystemUI/res/drawable/stat_notify_image_error.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (c) 2015 The CyanogenMod 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:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="#FFFFFF" + android:pathData="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z +M14,12v6h-2h-1H5 l3.5-4.5L10,15l3-4L14,12z M18,18h-2v-2h2V18z M18,14h-2V7h2V14z" /> +</vector>
\ No newline at end of file |