Skip to content

Commit fd82448

Browse files
Brian ColonnaAndroid (Google) Code Review
authored andcommitted
Merge "Fix 6449259: FUL no longer overlaps music controls" into jb-dev
2 parents 7018a90 + bad2089 commit fd82448

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/res/res/layout/keyguard_screen_unlock_portrait.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,11 @@
173173
<RelativeLayout
174174
android:id="@+id/faceLockAreaView"
175175
android:visibility="invisible"
176-
android:layout_row="3"
176+
android:layout_row="4"
177177
android:layout_column="0"
178-
android:layout_rowSpan="2"
178+
android:layout_rowSpan="1"
179179
android:layout_columnSpan="1"
180180
android:layout_gravity="fill"
181-
android:layout_marginTop="4dip"
182181
android:layout_marginBottom="4dip"
183182
android:layout_width="0dip"
184183
android:layout_height="0dip"

0 commit comments

Comments
 (0)