summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/primary_call_info.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-04-15 02:04:51 -0700
committerAndrew Lee <anwlee@google.com>2015-04-15 11:15:18 -0700
commitdc3122e9d7bc0c6f5fef00bed36bb300c40afadf (patch)
tree0a5825aa74969808ff073a5e283b17fa859e3117 /InCallUI/res/layout/primary_call_info.xml
parent82332c921b8dcef213700822e2404b005adab00c (diff)
Show IMS Conference StatusHints in InCall.
A lot of this logic for figuring out what label should be shown seems like it should be determined in the presenter, rather than passing through all this information to the fragment, but it can be cleaned up at another time. + minor layout tweak. Bug: 20181703 Change-Id: I392ce7cffc8c05eb94859892e899ce7c693895aa
Diffstat (limited to 'InCallUI/res/layout/primary_call_info.xml')
-rw-r--r--InCallUI/res/layout/primary_call_info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/InCallUI/res/layout/primary_call_info.xml b/InCallUI/res/layout/primary_call_info.xml
index 8f0c0e24d..207b95bef 100644
--- a/InCallUI/res/layout/primary_call_info.xml
+++ b/InCallUI/res/layout/primary_call_info.xml
@@ -44,7 +44,8 @@
<ImageView android:id="@+id/callStateIcon"
android:layout_width="16dp"
android:layout_height="match_parent"
- android:layout_marginEnd="8dp"
+ android:layout_marginStart="6dp"
+ android:layout_marginEnd="10dp"
android:tint="@color/incall_accent_color"
android:alpha="0.0"
android:scaleType="center"