From 7e421825670b090d2fe035575769af751e908015 Mon Sep 17 00:00:00 2001 From: yueg Date: Fri, 19 Jan 2018 11:39:03 -0800 Subject: Bubble v2 layout changes. To display expanded view properly with display size and font size set to largest, we made the following changes: - increase expanded view width - use fixed expanded view button height - remove blue background behind avatar Test: manual PiperOrigin-RevId: 182565152 Change-Id: Ie4cea2c42b66320767e283144ddd5d7c5ff40e1c --- java/com/android/newbubble/NewBubble.java | 19 +-------- .../newbubble/res/layout/new_bubble_base.xml | 46 ++++++++++------------ java/com/android/newbubble/res/values/styles.xml | 7 ++-- java/com/android/newbubble/res/values/values.xml | 2 +- 4 files changed, 27 insertions(+), 47 deletions(-) (limited to 'java/com/android/newbubble') diff --git a/java/com/android/newbubble/NewBubble.java b/java/com/android/newbubble/NewBubble.java index 09634b572..c0f93e29e 100644 --- a/java/com/android/newbubble/NewBubble.java +++ b/java/com/android/newbubble/NewBubble.java @@ -36,7 +36,6 @@ import android.support.annotation.IntDef; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.VisibleForTesting; -import android.support.v4.graphics.ColorUtils; import android.support.v4.os.BuildCompat; import android.support.v4.view.animation.LinearOutSlowInInterpolator; import android.text.TextUtils; @@ -57,7 +56,6 @@ import android.view.animation.AnticipateInterpolator; import android.view.animation.OvershootInterpolator; import android.widget.ImageView; import android.widget.Toast; -import android.widget.ViewAnimator; import com.android.dialer.common.LogUtil; import com.android.dialer.logging.DialerImpression; import com.android.dialer.logging.Logger; @@ -665,16 +663,6 @@ public class NewBubble { } private void update() { - // Whole primary button background - Drawable backgroundCirle = - context.getResources().getDrawable(R.drawable.bubble_shape_circle, context.getTheme()); - int primaryTint = - ColorUtils.compositeColors( - context.getColor(R.color.bubble_primary_background_darken), - currentInfo.getPrimaryColor()); - backgroundCirle.mutate().setTint(primaryTint); - viewHolder.getPrimaryButton().setBackground(backgroundCirle); - // Small icon Drawable smallIconBackgroundCircle = context @@ -746,9 +734,6 @@ public class NewBubble { // Create a new ViewHolder and copy needed info. viewHolder = new ViewHolder(oldViewHolder.getRoot().getContext()); - viewHolder - .getPrimaryButton() - .setDisplayedChild(oldViewHolder.getPrimaryButton().getDisplayedChild()); viewHolder.getPrimaryIcon().setX(isDrawingFromRight() ? 0 : primaryIconMoveDistance); viewHolder .getPrimaryIcon() @@ -887,7 +872,7 @@ public class NewBubble { private NewMoveHandler moveHandler; private final NewWindowRoot root; - private final ViewAnimator primaryButton; + private final View primaryButton; private final ImageView primaryIcon; private final ImageView primaryAvatar; private final View arrow; @@ -971,7 +956,7 @@ public class NewBubble { return root; } - public ViewAnimator getPrimaryButton() { + public View getPrimaryButton() { return primaryButton; } diff --git a/java/com/android/newbubble/res/layout/new_bubble_base.xml b/java/com/android/newbubble/res/layout/new_bubble_base.xml index 2b53b360e..c86d3bbcc 100644 --- a/java/com/android/newbubble/res/layout/new_bubble_base.xml +++ b/java/com/android/newbubble/res/layout/new_bubble_base.xml @@ -31,7 +31,7 @@ android:animateLayoutChanges="true" android:clipChildren="false" android:clipToPadding="false"> - - - - - - + android:elevation="@dimen/bubble_elevation"> + + +