From 406de13ab4326bbedae0262709a004da2211d04c Mon Sep 17 00:00:00 2001 From: yueg Date: Tue, 19 Jun 2018 16:54:38 -0700 Subject: Drag favorite to remove Test: RemoveViewHolderTest, SpeedDialAdapterTest PiperOrigin-RevId: 201266033 Change-Id: Ie7ed9bac8ad9c7bbc35c351409b629e3fbad3de8 --- .../android/dialer/main/impl/res/layout/main_activity.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'java/com/android/dialer/main/impl/res/layout/main_activity.xml') diff --git a/java/com/android/dialer/main/impl/res/layout/main_activity.xml b/java/com/android/dialer/main/impl/res/layout/main_activity.xml index b47806ece..5cb457ec9 100644 --- a/java/com/android/dialer/main/impl/res/layout/main_activity.xml +++ b/java/com/android/dialer/main/impl/res/layout/main_activity.xml @@ -19,7 +19,9 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/root_layout" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false"> + android:layout_above="@+id/bottom_nav_bar" + android:clipChildren="false" + android:clipToPadding="false"> + android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false"/>