Add emergency call buttons to the work challenge screens in the case of
managed subscription for work telephony Test: manually tested for now Bug: b/258631630 Change-Id: I700d0408e3ffa86a595072b1a4aad62bac33b01d
This commit is contained in:
@@ -89,6 +89,19 @@
|
||||
android:layout_marginTop="12dp"
|
||||
android:gravity="center_vertical"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/emergencyCallButton"
|
||||
style="@style/WorkChallengeEmergencyButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="?attr/sudMarginStart"
|
||||
android:layout_marginEnd="?attr/sudMarginEnd"
|
||||
android:layout_marginTop="60dp"
|
||||
android:layout_marginBottom="14dp"
|
||||
android:visibility="gone"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="@string/work_challenge_emergency_button_text"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient>
|
||||
|
Reference in New Issue
Block a user