summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2016-03-30 18:24:42 -0700
committerBrad Ebinger <breadley@google.com>2016-04-06 18:24:24 -0700
commita46ed83a7ccba16bbfd791a3a6588d5f0add9526 (patch)
tree33f77eaf075c660fa7cd11e703619ec68c9015c2 /res/layout
parent84a1becf7d9a7055f16fc5b0e503e0512dcdfcf1 (diff)
downloadandroid_packages_apps_Dialer-a46ed83a7ccba16bbfd791a3a6588d5f0add9526.tar.gz
android_packages_apps_Dialer-a46ed83a7ccba16bbfd791a3a6588d5f0add9526.tar.bz2
android_packages_apps_Dialer-a46ed83a7ccba16bbfd791a3a6588d5f0add9526.zip
Add via number to CallLog Account entry
Call Log now provides the phone number that an incoming call was received on if that number is different than the SIM subscription number. This "via number" is appended to the Phone Account of the Call Log entry in Dialer if it exists. Screenshots: - One PhoneAccount: http://screen/HuCSL0U6jU6.png - Multiple PhoneAccounts: http://screen/pDg8F9zpMei.png Bug: 25594198 Change-Id: I8c05ea98409e54d20493fbdb20096bf851480719
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 469e72ae5..660bca36e 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -125,6 +125,7 @@
android:id="@+id/call_account_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/call_log_call_account_margin_bottom"
android:layout_marginEnd="@dimen/call_log_icon_margin"
android:textColor="?attr/call_log_secondary_text_color"
android:textSize="@dimen/call_log_detail_text_size"