diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-03-21 17:37:00 +0100 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-03-27 12:08:55 +0100 |
commit | 5c2d84675b239bc04ae98c75526e5b81897ee183 (patch) | |
tree | a1172355a8ec9c66ac341a5de79e27cc700f81d0 /packages/SystemUI/res/drawable | |
parent | 7638b1f3b56d8176e401a4067b18749682635f0c (diff) | |
download | frameworks_base-5c2d84675b239bc04ae98c75526e5b81897ee183.zip frameworks_base-5c2d84675b239bc04ae98c75526e5b81897ee183.tar.gz frameworks_base-5c2d84675b239bc04ae98c75526e5b81897ee183.tar.bz2 |
Move legacy notification processing to Notification.Builder
Bug: 13485610
Change-Id: I5466d3dbc328c77876dc701c17e7a5a06777dbbe
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/notification_icon_legacy_bg.xml | 22 | ||||
-rw-r--r-- | packages/SystemUI/res/drawable/notification_icon_legacy_bg_inset.xml | 21 |
2 files changed, 0 insertions, 43 deletions
diff --git a/packages/SystemUI/res/drawable/notification_icon_legacy_bg.xml b/packages/SystemUI/res/drawable/notification_icon_legacy_bg.xml deleted file mode 100644 index 4ac67c3..0000000 --- a/packages/SystemUI/res/drawable/notification_icon_legacy_bg.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2014 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 - --> - -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="oval"> - <solid - android:color="@color/notification_icon_legacy_bg_color"/> -</shape> diff --git a/packages/SystemUI/res/drawable/notification_icon_legacy_bg_inset.xml b/packages/SystemUI/res/drawable/notification_icon_legacy_bg_inset.xml deleted file mode 100644 index 96c5573..0000000 --- a/packages/SystemUI/res/drawable/notification_icon_legacy_bg_inset.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2014 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 - --> - -<inset xmlns:android="http://schemas.android.com/apk/res/android" - android:drawable="@drawable/notification_icon_legacy_bg" android:insetBottom="8dp" - android:insetLeft="8dp" android:insetRight="8dp" android:insetTop="8dp" - android:visible="true"/> |