diff options
author | Joe Onorato <joeo@google.com> | 2010-11-17 20:43:12 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-11-17 23:14:57 -0800 |
commit | 4daaeafd278d22ec9013d1cdaade562044ee907e (patch) | |
tree | 9dcb03b4a67b3c26df109b95e9d52e71180a1d27 /packages/SystemUI/res/drawable | |
parent | e70b375c4b9d73d1165a21a421cfd73170cd06cc (diff) | |
download | frameworks_base-4daaeafd278d22ec9013d1cdaade562044ee907e.zip frameworks_base-4daaeafd278d22ec9013d1cdaade562044ee907e.tar.gz frameworks_base-4daaeafd278d22ec9013d1cdaade562044ee907e.tar.bz2 |
Status bar formatting tweaks
Change-Id: Icb6c8d87e109d9e133e86b0fdb7bea12fe376d92
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/status_bar_item_background.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/status_bar_item_background.xml b/packages/SystemUI/res/drawable/status_bar_item_background.xml new file mode 100644 index 0000000..9da92a7 --- /dev/null +++ b/packages/SystemUI/res/drawable/status_bar_item_background.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2006 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. +--> + +<layer-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:opacity="translucent" + > + <item + android:drawable="@drawable/notification_item_background_color" + android:left="16dp" + /> +</layer-list> + |