Skip to content

Commit bad2089

Browse files
author
Brian Colonna
committed
Fix 6449259: FUL no longer overlaps music controls
When Face Unlock was used with pattern backup on a Prime, it was partially covering the lockscreen music controls that appear when music is playing. This makes Face Unlock take up slightly less area when using pattern backup on phones in portrait layout, regardless of whether the music controls are showing. Eventually I would like to make it still use the full area when the music controls aren't showing, but this is the safest possible fix for JB and looks ok. Change-Id: Ib2af440ed0f2729dfff9b58cd154efad43ef5499
1 parent ed82973 commit bad2089

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)