summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-03 17:27:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-03 17:27:11 +0000
commit92db4b04a5e26f9a53dd334af35bb9c9d6c5e825 (patch)
tree01fdf9e0e7ea5ac9345f129b2537c6def04a61e3 /res
parent034f1da2a136a4cdec4e0fb5ad1672924331c27c (diff)
parentbd421b68ec17cd33ee3dd1d2613f5637299e57d9 (diff)
am bd421b68: Merge "Add an additional line to Call Log for PhoneAccount name" into lmp-mr1-dev
* commit 'bd421b68ec17cd33ee3dd1d2613f5637299e57d9': Add an additional line to Call Log for PhoneAccount name
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"