Merge "New background for notification panel header." into jb-dev

This commit is contained in:
Daniel Sandler
2012-06-06 12:58:35 -07:00
committed by Android (Google) Code Review
5 changed files with 0 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

View File

@@ -20,7 +20,6 @@
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="@dimen/notification_panel_header_padding_top"
android:background="@drawable/notification_header_bg" android:background="@drawable/notification_header_bg"
android:orientation="horizontal" android:orientation="horizontal"
android:gravity="center_vertical" android:gravity="center_vertical"

View File

@@ -24,7 +24,6 @@
<drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable> <drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable>
<color name="status_bar_recents_app_label_color">#ffffffff</color> <color name="status_bar_recents_app_label_color">#ffffffff</color>
<drawable name="status_bar_notification_row_background_color">#ff090909</drawable> <drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
<drawable name="notification_header_bg">#FF000000</drawable>
<color name="notification_list_shadow_top">#80000000</color> <color name="notification_list_shadow_top">#80000000</color>
<drawable name="recents_callout_line">#99ffffff</drawable> <drawable name="recents_callout_line">#99ffffff</drawable>
<drawable name="notification_item_background_legacy_color">#ffaaaaaa</drawable> <drawable name="notification_item_background_legacy_color">#ffaaaaaa</drawable>