diff options
Diffstat (limited to 'packages/SystemUI/res/layout/system_bar.xml')
-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 --> |