Move Emergency call button
This is google issue because in Q DecorView (base of CryptKeeper view) has added Navigation bar forcefully due to which Emergency call button was hidden on CryptKeeper view. Made changes to shift ECC button above navigation bar. Hence it will show just below CryptKeeper password entry view pattern/pin/password). Bug: 142626673 Test: Manual Change-Id: If60fad3936bc67adcf26019bdf16975b5706be83
This commit is contained in:
committed by
JeiFeng Lee
parent
d7a8e234e9
commit
a6f03fd0db
@@ -24,8 +24,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical">
|
||||||
android:gravity="bottom">
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/emergencyCallButton"
|
android:id="@+id/emergencyCallButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Reference in New Issue
Block a user