summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-08-19 17:54:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-19 15:47:37 +0000
commite78797f8dd02b209f24c0e9261e8cac81facf0b1 (patch)
tree3c271fb9d7b3b62ec7d5ec49d1f53a6f4e370a15 /res
parent92b0e2fc719f925d22d8d77f0b51bb897453c448 (diff)
parent49db1addc0a5c8b111f810766a3f04d15747f49a (diff)
Merge "Reveal InCallUI from touch point in Dialer. COMPLETED." into lmp-dev
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>