summaryrefslogtreecommitdiffstats
path: root/res/layout-watch
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-22 17:05:02 -0700
committerAnthony Hugh <ahugh@google.com>2015-09-23 16:37:07 -0700
commit0c49c07f1c83e9998fa0af2cd157633644358611 (patch)
treee6126a394fac44392277e67958f314d6f9e996ab /res/layout-watch
parent9d51c1e17321029166d22f04bef57140905cbdc4 (diff)
downloadandroid_packages_apps_PackageInstaller-0c49c07f1c83e9998fa0af2cd157633644358611.tar.gz
android_packages_apps_PackageInstaller-0c49c07f1c83e9998fa0af2cd157633644358611.tar.bz2
android_packages_apps_PackageInstaller-0c49c07f1c83e9998fa0af2cd157633644358611.zip
Add enabled/disabled icons for permissions on Wear
Adds proper enabled/disabled icons for permissions on Wear and adds the logic to flip between the two states when the permissions are toggled. BUG: 24132450 BUG: 24131441 BUG: 24277624 BUG: 24131983 Change-Id: Ie654c84fe3d648e47a76142a6f82c4348bb7fc0c
Diffstat (limited to 'res/layout-watch')
-rw-r--r--res/layout-watch/permissions_settings_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-watch/permissions_settings_item.xml b/res/layout-watch/permissions_settings_item.xml
index 1dc4abf7..b370f1ac 100644
--- a/res/layout-watch/permissions_settings_item.xml
+++ b/res/layout-watch/permissions_settings_item.xml
@@ -12,7 +12,8 @@
android:layout_gravity="center_vertical"
app:circle_border_color="#FFFFFFFF"
app:circle_border_width="1dp"
- app:circle_color="#00000000"/>
+ app:circle_color="#00000000"
+ app:image_tint="#FFFFFFFF"/>
<LinearLayout
android:layout_width="wrap_content"