diff options
author | John Spurlock <jspurlock@google.com> | 2012-06-25 14:32:05 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2012-06-25 14:32:05 -0400 |
commit | 988e6b7b13d8c3e5c6503792ea37fb5678535a7c (patch) | |
tree | ddf805ac0f8a0195870a7d81684cd80fd4dbae07 /packages/SystemUI/res/layout | |
parent | dbbfa702a09f6d2d36dee1b552442d04a4673f89 (diff) | |
download | frameworks_base-988e6b7b13d8c3e5c6503792ea37fb5678535a7c.zip frameworks_base-988e6b7b13d8c3e5c6503792ea37fb5678535a7c.tar.gz frameworks_base-988e6b7b13d8c3e5c6503792ea37fb5678535a7c.tar.bz2 |
TabletStatusBar: Lights-out shadow view should be taller
The lights-out shadow view is now the same height as the system bar.
This makes for a better looking animation (no cropping) and positions
the dots in the right place.
Bug: 6722791
Change-Id: Ifc2cc1586cd72a81a7bb801442be4fa4e03da2a5
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r-- | packages/SystemUI/res/layout/system_bar.xml | 2 |
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 --> |