diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-04-30 13:56:57 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-30 13:56:57 +0000 |
commit | b1ceae0550d70af876b2eaa2a435f56be783025c (patch) | |
tree | 95874f4af8339b433841d638b681a4674eed805c /packages/SystemUI/res | |
parent | 65e4a4ee301826c9d9f08180285a8ae514a84565 (diff) | |
parent | 8f72e8967ba08bdb9f7198e9aee6d8b4e9708b19 (diff) | |
download | frameworks_base-b1ceae0550d70af876b2eaa2a435f56be783025c.zip frameworks_base-b1ceae0550d70af876b2eaa2a435f56be783025c.tar.gz frameworks_base-b1ceae0550d70af876b2eaa2a435f56be783025c.tar.bz2 |
am 68fb7b84: Merge "NotificationRowLayout shall rest in its grave."
* commit '68fb7b84318d46fb222986c0d5c26958f932591f':
NotificationRowLayout shall rest in its grave.
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/layout/notification_adaptive_wrapper.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/SystemUI/res/layout/notification_adaptive_wrapper.xml b/packages/SystemUI/res/layout/notification_adaptive_wrapper.xml deleted file mode 100644 index 15d0890..0000000 --- a/packages/SystemUI/res/layout/notification_adaptive_wrapper.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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. ---> -<SizeAdaptiveLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:background="@android:color/background_dark" - android:id="@+id/notification_adaptive_wrapper" - android:layout_width="match_parent" - android:layout_height="wrap_content" /> |