diff options
| -rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 4349c5bb0e87..0ec8f75871e0 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -121,7 +121,7 @@ <RelativeLayout android:layout_width="match_parent" - android:layout_height="292dip"> + android:layout_height="302dip"> <com.android.internal.widget.multiwaveview.MultiWaveView android:id="@+id/unlock_widget" |