summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-23 18:40:23 -0700
committerNancy Chen <nancychen@google.com>2014-07-23 18:40:23 -0700
commita989258e656254b329f269e9e8705c82aae17471 (patch)
tree6314a76fb9b99a1d0bd2148274ffa65e7d1e4a6b /res/layout
parentee44afa111ef48acbfa22b9ecb381c5d2e05acce (diff)
downloadandroid_packages_apps_InCallUI-a989258e656254b329f269e9e8705c82aae17471.tar.gz
android_packages_apps_InCallUI-a989258e656254b329f269e9e8705c82aae17471.tar.bz2
android_packages_apps_InCallUI-a989258e656254b329f269e9e8705c82aae17471.zip
Update InCallUI colors to match mocks
Tending towards a light blue theme Bug: 16356911 Change-Id: I6b7cfc498bf210e861fd0eef8e4624ca7bfe3ee9
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/primary_call_info.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/primary_call_info.xml b/res/layout/primary_call_info.xml
index bbb79722..474a3aaa 100644
--- a/res/layout/primary_call_info.xml
+++ b/res/layout/primary_call_info.xml
@@ -47,6 +47,7 @@
android:layout_marginRight="4dp"
android:baselineAlignBottom="true"
android:tint="@color/incall_accent_color"
+ android:alpha="0.7"
android:scaleType="centerInside"
android:visibility="gone" />
@@ -56,6 +57,7 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="@color/incall_accent_color"
android:textSize="@dimen/call_status_text_size"
+ android:alpha="0.7"
android:singleLine="true"
android:gravity="start"
android:ellipsize="end" />