summaryrefslogtreecommitdiffstats
path: root/res/values-watch
diff options
context:
space:
mode:
authorVinod Krishnan <vinodkrishnan@google.com>2015-09-22 12:11:06 -0700
committerVinod Krishnan <vinodkrishnan@google.com>2015-09-22 16:25:42 -0700
commit639283b4daf70b60e721d81a3404da7338cc6a41 (patch)
treef6f737029fdaf0ec62e5d056c09b12f60f5b3dd4 /res/values-watch
parentfb9be671c5293642b198c4ef06a94b33ff4ebc0b (diff)
downloadandroid_packages_apps_PackageInstaller-639283b4daf70b60e721d81a3404da7338cc6a41.tar.gz
android_packages_apps_PackageInstaller-639283b4daf70b60e721d81a3404da7338cc6a41.tar.bz2
android_packages_apps_PackageInstaller-639283b4daf70b60e721d81a3404da7338cc6a41.zip
MNC Perms: Button bar animate to max half window height
- Make sure that the button bar only animates to half way (max). - Also make the buttons scrollable Bug: 24265941 Bug: 24208967 Change-Id: I68d01c72658c0e7aff35b899b638da123c44d62e
Diffstat (limited to 'res/values-watch')
-rw-r--r--res/values-watch/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-watch/themes.xml b/res/values-watch/themes.xml
index e20e35c2..b75f4699 100644
--- a/res/values-watch/themes.xml
+++ b/res/values-watch/themes.xml
@@ -57,7 +57,7 @@
<item name="android:maxLines">3</item>
<item name="android:ellipsize">marquee</item>
<item name="android:layout_height">60dp</item>
- <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_width">wrap_content</item>
<item name="android:drawablePadding">12dp</item>
</style>
</resources>