summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-10-28 18:29:29 -0700
committerNancy Chen <nancychen@google.com>2014-10-31 15:24:17 -0700
commitcdf8212b904cd1afc3fcd169553d05138dd82fdf (patch)
treed3e42ded2ae49debe81618b1fbebb54efc5810b3 /res
parent272b84b3ef3d948ba1c9703b39525477d9d6f272 (diff)
downloadandroid_packages_apps_Dialer-cdf8212b904cd1afc3fcd169553d05138dd82fdf.tar.gz
android_packages_apps_Dialer-cdf8212b904cd1afc3fcd169553d05138dd82fdf.tar.bz2
android_packages_apps_Dialer-cdf8212b904cd1afc3fcd169553d05138dd82fdf.zip
Add an additional line to Call Log for PhoneAccount name
Add a line under call log to display PhoneAccount label in the color of the account/SIM. Bug: 17971273 Change-Id: I16c37ae8828245f928bc3867a498a29e73b5925c
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index c77a1f7ad..db59b74d3 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -112,15 +112,6 @@
android:layout_marginEnd="@dimen/call_log_icon_margin"
android:layout_gravity="center_vertical"
/>
- <ImageView
- android:id="@+id/call_account_icon"
- android:layout_width="@dimen/call_provider_small_icon_size"
- android:layout_height="@dimen/call_provider_small_icon_size"
- android:layout_marginEnd="@dimen/call_log_icon_margin"
- android:layout_gravity="center_vertical"
- android:tint="?attr/call_log_secondary_text_color"
- android:scaleType="centerInside"
- />
<TextView
android:id="@+id/call_location_and_date"
android:layout_width="wrap_content"
@@ -132,6 +123,16 @@
android:singleLine="true"
/>
</LinearLayout>
+ <TextView
+ android:id="@+id/call_account_label"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginEnd="@dimen/call_log_icon_margin"
+ android:textColor="?attr/call_log_secondary_text_color"
+ android:textSize="@dimen/call_log_secondary_text_size"
+ android:visibility="gone"
+ android:singleLine="true"
+ />
</LinearLayout>
<ImageView
android:id="@+id/call_indicator_icon"