Merge "Added landscape views for Face Unlock"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9a3d51ed10
@@ -191,4 +191,17 @@
|
||||
android:layout_height="0dip"
|
||||
/>
|
||||
|
||||
<!-- Area to overlay FaceLock -->
|
||||
<TextView android:id="@+id/faceLockAreaView"
|
||||
android:visibility="gone"
|
||||
android:layout_row="0"
|
||||
android:layout_column="2"
|
||||
android:layout_rowSpan="8"
|
||||
android:layout_columnSpan="1"
|
||||
android:layout_gravity="fill"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="0dip"
|
||||
android:background="@color/facelock_color_background"
|
||||
/>
|
||||
|
||||
</GridLayout>
|
||||
|
||||
@@ -160,4 +160,18 @@
|
||||
android:layout_height="0dip"
|
||||
/>
|
||||
|
||||
<!-- Area to overlay FaceLock -->
|
||||
<TextView android:id="@+id/faceLockAreaView"
|
||||
android:visibility="gone"
|
||||
android:layout_row="0"
|
||||
android:layout_column="1"
|
||||
android:layout_rowSpan="7"
|
||||
android:layout_columnSpan="1"
|
||||
android:layout_gravity="fill"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="0dip"
|
||||
android:background="@color/facelock_color_background"
|
||||
/>
|
||||
|
||||
</GridLayout>
|
||||
|
||||
Reference in New Issue
Block a user