summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/status_bar_latest_event.xml
diff options
context:
space:
mode:
authorJosh Guilfoyle <Josh.Guilfoyle@T-Mobile.com>2011-03-10 09:59:19 -0800
committerJosh Guilfoyle <josh.guilfoyle@t-mobile.com>2011-03-17 14:01:24 -0700
commit44ffc93b4d3ab81bf4df569839e409bae0c8695a (patch)
tree6397bbd845aadd85f218896b7b662b68fa0557ec /packages/SystemUI/res/layout/status_bar_latest_event.xml
parent41348643dcec2ae0ee672ec25496fd5b0065dc20 (diff)
downloadframeworks_base-44ffc93b4d3ab81bf4df569839e409bae0c8695a.zip
frameworks_base-44ffc93b4d3ab81bf4df569839e409bae0c8695a.tar.gz
frameworks_base-44ffc93b4d3ab81bf4df569839e409bae0c8695a.tar.bz2
Replace status bar theme change hack with a proper reinflation approach.
Now, when the theme changes we reinflate all status bar views and reattach them. This is an approximate simulation of the normal Activity onDestroy/onCreate cycle that the system goes through when a config change (in our case, a theme change) occurs. Also reverts "Hack to update status bar service drawables on theme change.", a478f39ef58713a8c64823988b952f1d596123f1
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar_latest_event.xml')
-rw-r--r--packages/SystemUI/res/layout/status_bar_latest_event.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_latest_event.xml b/packages/SystemUI/res/layout/status_bar_latest_event.xml
index e6656eb..b8a1cbe 100644
--- a/packages/SystemUI/res/layout/status_bar_latest_event.xml
+++ b/packages/SystemUI/res/layout/status_bar_latest_event.xml
@@ -14,7 +14,7 @@
>
</com.android.systemui.statusbar.LatestItemView>
- <View android:id="@+id/separator"
+ <View
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/divider_horizontal_light_opaque"