diff options
author | Adrian Roos <roosa@google.com> | 2014-05-26 14:59:15 +0200 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2014-05-26 19:03:00 +0200 |
commit | de61fd7822ea15fb691405c1aae472caa58e83ba (patch) | |
tree | 9ac3b5dfcee8c749f5048d1d2217de0cf83a08e2 /packages/SystemUI/res/layout-sw600dp | |
parent | b13d754898eee54876799b3a306ff6fa453acfda (diff) | |
download | frameworks_base-de61fd7822ea15fb691405c1aae472caa58e83ba.zip frameworks_base-de61fd7822ea15fb691405c1aae472caa58e83ba.tar.gz frameworks_base-de61fd7822ea15fb691405c1aae472caa58e83ba.tar.bz2 |
Implement HUN visuals: shadows and translucency
Bug: 15106201
Change-Id: I718e3d36355d0f58abc3daadb8c6a9d554f29bec
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/heads_up.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/heads_up.xml b/packages/SystemUI/res/layout-sw600dp/heads_up.xml deleted file mode 100644 index f7035fe..0000000 --- a/packages/SystemUI/res/layout-sw600dp/heads_up.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 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. -*/ ---> -<com.android.systemui.statusbar.policy.HeadsUpNotificationView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_height="wrap_content" - android:layout_width="match_parent" - > - <FrameLayout - android:id="@+id/content_holder" - android:layout_height="wrap_content" - android:layout_width="@dimen/notification_panel_width" - android:background="@drawable/heads_up_window_bg" - /> -</com.android.systemui.statusbar.policy.HeadsUpNotificationView> |