Skip to content

Commit 64b7a3e

Browse files
John SpurlockAndroid (Google) Code Review
authored andcommitted
Merge "TabletStatusBar: Lights-out shadow view should be taller" into jb-dev
2 parents e066fd3 + 988e6b7 commit 64b7a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/res/layout/system_bar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<FrameLayout
104104
android:id="@+id/bar_shadow_holder"
105105
android:layout_width="match_parent"
106-
android:layout_height="@*android:dimen/status_bar_height"
106+
android:layout_height="@*android:dimen/system_bar_height"
107107
android:layout_gravity="bottom"
108108
>
109109
<!-- lights out shade -->

0 commit comments

Comments
 (0)