summaryrefslogtreecommitdiffstats
path: root/res/layout-watch
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-09-16 17:51:10 -0700
committerAnthony Hugh <ahugh@google.com>2015-09-17 10:44:12 -0700
commit736c82ba577f8f972ea4277357ae440b192dcd13 (patch)
treef4ced1548148c2b69a033907485259e56694593f /res/layout-watch
parent1a61dfd0af382e64ecd6ff91361036b22fcf52e9 (diff)
downloadandroid_packages_apps_PackageInstaller-736c82ba577f8f972ea4277357ae440b192dcd13.tar.gz
android_packages_apps_PackageInstaller-736c82ba577f8f972ea4277357ae440b192dcd13.tar.bz2
android_packages_apps_PackageInstaller-736c82ba577f8f972ea4277357ae440b192dcd13.zip
Permissions Settings UI updates
Changes: - Moved non-system permission groups to the end of the list - Updated "disabled" look to match non-center looked - Fixed state string alpha to match other alphas when not centered - Minor code clean ups BUG: 24132393 BUG: 24132470 BUG: 24131983 Change-Id: I65a64d59e6fff8e0cbdaaa3da4e4a79987d6e624
Diffstat (limited to 'res/layout-watch')
-rw-r--r--res/layout-watch/permissions_settings_item.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout-watch/permissions_settings_item.xml b/res/layout-watch/permissions_settings_item.xml
index 1c57fd81..1dc4abf7 100644
--- a/res/layout-watch/permissions_settings_item.xml
+++ b/res/layout-watch/permissions_settings_item.xml
@@ -27,17 +27,18 @@
android:fontFamily="sans-serif-condensed-light"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="#FFFFFFFF"
+ android:textColor="@color/permissions_settings_item_color"
android:textSize="14sp"
android:maxLines="2"
android:ellipsize="end"/>
<TextView
android:id="@+id/state"
+ android:alpha="0.5"
+ android:fontFamily="sans-serif-condensed-light"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textColor="@color/permissions_settings_item_color"
android:textSize="14sp"
- android:textColor="#FFFFFFFF"
- android:fontFamily="sans-serif-condensed-light"
android:maxLines="1"
android:ellipsize="end"/>
</LinearLayout>