diff options
author | Andrew Lee <anwlee@google.com> | 2014-04-24 11:06:18 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-04-24 11:36:51 -0700 |
commit | a01b607e2a3d59c15209f44dbb1244b8fc67704c (patch) | |
tree | c144e7afc626ad57bf5b4384e029a8eac32a95b4 /res/values/styles.xml | |
parent | 7b4cfe59218ff0876587933f5f22845881fdbe40 (diff) | |
download | packages_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.xml | 4 |
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> |