summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-10-17 14:06:22 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-10-17 14:06:22 -0700
commit44db45ac11c024dfd5aff9ce3af82ef8049394cb (patch)
treea9c49ae327b6597e42d8d700fe51e844a48d70d7 /res
parent1bc996532ca5c53efaaa5718d7ba4d0ad9710571 (diff)
downloadpackages_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.xml4
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"