diff options
author | Yorke Lee <yorkelee@google.com> | 2014-08-19 23:37:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-16 03:51:48 +0000 |
commit | 68aa63b48a33e461576e40a6dcd937fe846122e1 (patch) | |
tree | 8694d0eb7e460fcc7beec1ac9d085db68b7c2769 /res | |
parent | 857603964e936e1f0717b0d8bd0289e2b4c0c1cb (diff) | |
parent | f42ea913f3569e0bef2ae18404b29610f368cc77 (diff) |
Merge "Expand transcription view when call log item clicked" into lmp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 3fbe7e9ce..76457368f 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" /> <LinearLayout @@ -141,6 +142,7 @@ android:src="@drawable/ic_card_phone" android:tint="@color/recent_call_log_item_phone_icon_tint" android:alpha="0.3" + android:importantForAccessibility="no" android:visibility="gone" /> </LinearLayout> |