summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-04-24 11:06:18 -0700
committerAndrew Lee <anwlee@google.com>2014-04-24 11:36:51 -0700
commita01b607e2a3d59c15209f44dbb1244b8fc67704c (patch)
treec144e7afc626ad57bf5b4384e029a8eac32a95b4 /res/values/styles.xml
parent7b4cfe59218ff0876587933f5f22845881fdbe40 (diff)
downloadpackages_apps_InCallUI-a01b607e2a3d59c15209f44dbb1244b8fc67704c.tar.gz
packages_apps_InCallUI-a01b607e2a3d59c15209f44dbb1244b8fc67704c.tar.bz2
packages_apps_InCallUI-a01b607e2a3d59c15209f44dbb1244b8fc67704c.zip
Restyle text in primary call info.
- Update positioning, color, and sizing of primary call info text. - In particular, moving the call state to above the "name". - Delete the supplementary info container; it's no longer needed. - Remove programmatic updating of gravity on call state; it is now always left aligned. Bug: 13956531 Change-Id: Ib165a2afd13444f70e3bfe0ae23ae6c6bb77bb84
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 085cdb18..21b6d93a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -182,10 +182,6 @@
<style name="PrimaryCallInfoPrimaryCallBanner">
<item name="android:layout_alignParentTop">true</item>
</style>
- <style name="PrimaryCallInfoSupplementaryInfoContainer">
- <item name="android:layout_below">@id/primary_call_banner</item>
- </style>
-
<style name="SecondaryCallInfoSecondaryCallName">
<item name="android:layout_gravity">top|left</item>
</style>