Merge \"Add Debug Toggles for Video and WiFI Calling Provisioning\" into nyc-mr1-dev
am: d63c3e7854
Change-Id: I64b93ca2cd6faef81023c6b196cac16a09c247b4
This commit is contained in:
@@ -190,6 +190,22 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/volte_provisioned_switch_string"/>
|
||||
|
||||
<!-- VT provisioned -->
|
||||
<Switch android:id="@+id/vt_provisioned_switch"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginTop="8dip"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/vt_provisioned_switch_string"/>
|
||||
|
||||
<!-- Wifi Calling provisioned -->
|
||||
<Switch android:id="@+id/wfc_provisioned_switch"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginTop="8dip"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/wfc_provisioned_switch_string"/>
|
||||
|
||||
<!-- SMSC -->
|
||||
<RelativeLayout android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
Reference in New Issue
Block a user