Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/off switch

Per UX request, convert Trusted Credentials CheckBoxes to Switches

Change-Id: If878e8c10454a212ba9052280e3cbb17c0fdeeca
This commit is contained in:
Fabrice Di Meglio
2014-10-17 14:06:22 -07:00
parent 1bc996532c
commit 44db45ac11
2 changed files with 12 additions and 12 deletions

View File

@@ -45,8 +45,8 @@
</RelativeLayout>
<!-- checkbox is invisible and not gone so that the height is consistent between tabs -->
<CheckBox
<!-- Switch is invisible and not gone so that the height is consistent between tabs -->
<Switch
android:id="@+id/trusted_credential_status"
android:layout_width="wrap_content"
android:layout_height="wrap_content"