From f42ea913f3569e0bef2ae18404b29610f368cc77 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 18 Aug 2014 18:33:13 -0700 Subject: Expand transcription view when call log item clicked * Expand and collapse voicemail transcription view as necessary when tweaked * Modify call_log_list_item layout slightly to pin the photo at the top of the call log item Bug: 16320164 Change-Id: Ib0d84dd77065dce86339c852313adb94b34ba5aa --- res/layout/call_log_list_item.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 4dcffb19b..feb646661 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -65,8 +65,9 @@ android:id="@+id/quick_contact_photo" android:layout_width="@dimen/contact_photo_size" android:layout_height="@dimen/contact_photo_size" + android:paddingTop="2dp" android:nextFocusRight="@id/primary_action_view" - android:layout_alignParentStart="true" + android:layout_gravity="top" android:focusable="true" /> -- cgit v1.2.3