diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-10-17 14:06:22 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-10-17 14:06:22 -0700 |
commit | 44db45ac11c024dfd5aff9ce3af82ef8049394cb (patch) | |
tree | a9c49ae327b6597e42d8d700fe51e844a48d70d7 /res | |
parent | 1bc996532ca5c53efaaa5718d7ba4d0ad9710571 (diff) | |
download | packages_apps_Settings-44db45ac11c024dfd5aff9ce3af82ef8049394cb.zip packages_apps_Settings-44db45ac11c024dfd5aff9ce3af82ef8049394cb.tar.gz packages_apps_Settings-44db45ac11c024dfd5aff9ce3af82ef8049394cb.tar.bz2 |
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
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/trusted_credential.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/trusted_credential.xml b/res/layout/trusted_credential.xml index d8f315a..dae9424 100644 --- a/res/layout/trusted_credential.xml +++ b/res/layout/trusted_credential.xml @@ -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" |