Merge "Allow view/update EAB Provisioning status"

This commit is contained in:
TreeHugger Robot
2017-04-27 22:01:35 +00:00
committed by Android (Google) Code Review
3 changed files with 71 additions and 0 deletions

View File

@@ -206,6 +206,14 @@
android:layout_height="wrap_content"
android:text="@string/wfc_provisioned_switch_string"/>
<!-- EAB/Presence provisioned -->
<Switch android:id="@+id/eab_provisioned_switch"
android:textSize="14sp"
android:layout_marginTop="8dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/eab_provisioned_switch_string"/>
<!-- SMSC -->
<RelativeLayout android:layout_width="match_parent"
android:layout_height="wrap_content">