diff options
author | Yorke Lee <yorkelee@google.com> | 2014-08-19 23:50:19 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-19 23:50:19 +0000 |
commit | ffca337a100210a4e652b5e38f2852fa43555455 (patch) | |
tree | 7d2ef74cc61e4024466ced866259a4189c9c3cf4 /res | |
parent | e40fc0c804d2b01e6bb0e712ab1ef81582a7a6f2 (diff) | |
parent | 1d5c19959eddadb537e89cdb0f244c9b2bd8e881 (diff) |
am 1d5c1995: am 68aa63b4: Merge "Expand transcription view when call log item clicked" into lmp-dev
* commit '1d5c19959eddadb537e89cdb0f244c9b2bd8e881':
Expand transcription view when call log item clicked
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> |