summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-08-19 18:18:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-19 18:18:06 +0000
commit45f7fc96eea66ee1974cf40cc659586c36fa1bcc (patch)
tree256019e781b711810ab4e14dfe5a2d3e8fc72795 /res
parent1aeb312866fc844fae80b9e6e8d1f84361befbaf (diff)
parent09700fed9efc750696a5a6f48c924e956120ef18 (diff)
am 09700fed: am 5fc53d00: am e78797f8: Merge "Reveal InCallUI from touch point in Dialer. COMPLETED." into lmp-dev
* commit '09700fed9efc750696a5a6f48c924e956120ef18': Reveal InCallUI from touch point in Dialer. COMPLETED.
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml1
-rwxr-xr-xres/layout/phone_disambig_item.xml5
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 4dcffb19b..3fbe7e9ce 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -137,6 +137,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:layout_marginEnd="@dimen/call_log_icon_margin"
android:src="@drawable/ic_card_phone"
android:tint="@color/recent_call_log_item_phone_icon_tint"
android:alpha="0.3"
diff --git a/res/layout/phone_disambig_item.xml b/res/layout/phone_disambig_item.xml
index a097ce798..27bbda134 100755
--- a/res/layout/phone_disambig_item.xml
+++ b/res/layout/phone_disambig_item.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<view class="com.android.contacts.common.widget.ActivityTouchLinearLayout"
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@@ -39,4 +40,4 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:textDirection="ltr" />
-</LinearLayout>
+</view>