diff options
| author | Richard MacGregor <rmacgregor@cyngn.com> | 2016-04-12 09:34:22 -0700 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-04-13 09:02:04 -0700 |
| commit | a9f93e8d49aab59b805dc9f2be9be916c6f7d15b (patch) | |
| tree | afff048dde51eb803742ea04922eb5eb0a54231f | |
| parent | a411bf05c32f9f8611179fe31b1120513b912c9d (diff) | |
| download | android_packages_apps_InCallUI-a9f93e8d49aab59b805dc9f2be9be916c6f7d15b.tar.gz android_packages_apps_InCallUI-a9f93e8d49aab59b805dc9f2be9be916c6f7d15b.tar.bz2 android_packages_apps_InCallUI-a9f93e8d49aab59b805dc9f2be9be916c6f7d15b.zip | |
Missed rebase: add coordinator layout
Use coordinator layout to enable swipe to dismiss of snackbar
Ticket CD-540
Change-Id: I89e7d0b227a227fb46523f46617a2df7131d97f8
(cherry picked from commit 20f930ac38e793b2a7cae74ef657c1027405619c)
| -rw-r--r-- | res/layout/incall_screen.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/incall_screen.xml b/res/layout/incall_screen.xml index 3922ea07..c382631f 100644 --- a/res/layout/incall_screen.xml +++ b/res/layout/incall_screen.xml @@ -15,9 +15,10 @@ --> <!-- In-call Phone UI; see InCallActivity.java. --> -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" +<android.support.design.widget.CoordinatorLayout + xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/black" android:id="@+id/main" > -</FrameLayout> +</android.support.design.widget.CoordinatorLayout> |
