summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2012-06-26 09:55:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-26 09:55:53 -0700
commit64b7a3e99526550aacd95f1dbd35487df7375ac6 (patch)
tree7731bea9eaf8640cb15b731d3c7da55151d43207 /packages/SystemUI
parente066fd3c9b2270e182eb87be8efb1d5c4aee60e2 (diff)
parent988e6b7b13d8c3e5c6503792ea37fb5678535a7c (diff)
downloadframeworks_base-64b7a3e99526550aacd95f1dbd35487df7375ac6.zip
frameworks_base-64b7a3e99526550aacd95f1dbd35487df7375ac6.tar.gz
frameworks_base-64b7a3e99526550aacd95f1dbd35487df7375ac6.tar.bz2
Merge "TabletStatusBar: Lights-out shadow view should be taller" into jb-dev
Diffstat (limited to 'packages/SystemUI')
-rw-r--r--packages/SystemUI/res/layout/system_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/system_bar.xml b/packages/SystemUI/res/layout/system_bar.xml
index a33d638..c13b113 100644
--- a/packages/SystemUI/res/layout/system_bar.xml
+++ b/packages/SystemUI/res/layout/system_bar.xml
@@ -103,7 +103,7 @@
<FrameLayout
android:id="@+id/bar_shadow_holder"
android:layout_width="match_parent"
- android:layout_height="@*android:dimen/status_bar_height"
+ android:layout_height="@*android:dimen/system_bar_height"
android:layout_gravity="bottom"
>
<!-- lights out shade -->