summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-18 17:05:26 -0700
committerYorke Lee <yorkelee@google.com>2014-05-18 17:05:26 -0700
commita0e7a22d35cc80a9ff2832476f02ca1e64e8006a (patch)
treea6c7b712d7d9bc94d4d1877a8076c4f269e600d9 /res
parent62c67fa648b7aa49f65bf645a01abc4272882eea (diff)
downloadpackages_apps_InCallUI-a0e7a22d35cc80a9ff2832476f02ca1e64e8006a.tar.gz
packages_apps_InCallUI-a0e7a22d35cc80a9ff2832476f02ca1e64e8006a.tar.bz2
packages_apps_InCallUI-a0e7a22d35cc80a9ff2832476f02ca1e64e8006a.zip
Reposition SIP call label
Bug: 14981389 Change-Id: I63b39643cee84634581b9122752d16b472f7d7e9
Diffstat (limited to 'res')
-rw-r--r--res/layout/primary_call_info.xml29
-rw-r--r--res/values/dimens.xml2
2 files changed, 15 insertions, 16 deletions
diff --git a/res/layout/primary_call_info.xml b/res/layout/primary_call_info.xml
index ea1d69f6..f483471f 100644
--- a/res/layout/primary_call_info.xml
+++ b/res/layout/primary_call_info.xml
@@ -16,11 +16,10 @@
~ limitations under the License
-->
-<!-- "Call Banner" for primary call, the foregound or ringing call.Di
- The "call banner" is a block of info about a single call,
- including the contact name, phone number, call time counter,
- and other status info. This info is shown as a "banner"
- overlaid across the top of contact photo. -->
+<!-- "Call Banner" for primary call, the foregound or ringing call. The "call banner" is a block
+ of info about a single call, including the contact name, phone number, call time counter, and
+ other status info. This info is shown as a "banner" overlaid across the top of contact photo.
+ -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/primary_call_banner"
style="@style/PrimaryCallInfoPrimaryCallBanner"
@@ -108,16 +107,16 @@
</LinearLayout>
- </LinearLayout>
-
- <!-- Call type indication: a special label and/or branding
+ <!-- Call type indication: a special label and/or branding
for certain kinds of calls (like "Internet call" for a SIP call.) -->
- <TextView android:id="@+id/callTypeLabel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/incall_call_banner_text_color"
- android:maxLines="1"
- android:ellipsize="end" />
+ <TextView android:id="@+id/callTypeLabel"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="@color/incall_call_banner_text_color"
+ android:maxLines="1"
+ android:ellipsize="end" />
+
+ </LinearLayout>
</RelativeLayout> <!-- End of call_banner --> \ No newline at end of file
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index c7b02bb0..c01b9699 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -20,7 +20,7 @@
<!-- Height of the "call banner" overlay on top of the upper part of
the call info area. -->
- <dimen name="call_banner_height">128dp</dimen>
+ <dimen name="call_banner_height">148dp</dimen>
<!-- Margin between the bottom of the "call card" photo
and the top of the in-call button cluster. -->