Merge "Updated notification panel alpha" into honeycomb

This commit is contained in:
Justin Ho
2011-01-31 18:32:20 -08:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:singleLine="true" android:singleLine="true"
android:textSize="40sp" android:textSize="40sp"
android:textColor="#8cffffff" /> android:textColor="#8cccdaff" />
</com.android.systemui.statusbar.tablet.HoloClock> </com.android.systemui.statusbar.tablet.HoloClock>
<TextView <TextView

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<drawable name="status_bar_background">#000000</drawable> <drawable name="status_bar_background">#000000</drawable>
<drawable name="notification_icon_area_smoke">#A0000000</drawable> <drawable name="notification_icon_area_smoke">#D0000000</drawable>
</resources> </resources>