We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22394c1 + cf8d907 commit 2cde1f9Copy full SHA for 2cde1f9
core/res/res/layout/keyguard_screen_unlock_portrait.xml
@@ -173,13 +173,13 @@
173
<RelativeLayout
174
android:id="@+id/faceLockAreaView"
175
android:visibility="invisible"
176
- android:layout_row="4"
+ android:layout_row="3"
177
android:layout_column="0"
178
- android:layout_rowSpan="1"
+ android:layout_rowSpan="2"
179
android:layout_columnSpan="1"
180
android:layout_gravity="fill"
181
- android:layout_marginTop="8dip"
182
- android:layout_marginBottom="8dip"
+ android:layout_marginTop="4dip"
+ android:layout_marginBottom="4dip"
183
android:layout_width="0dip"
184
android:layout_height="0dip"
185
android:background="@drawable/intro_bg">
0 commit comments