Descrease bubble bottom text scaling factor.

Also set TextView width according to the scaling factor so texts don't go off screen when scaling.

Test: manual
PiperOrigin-RevId: 182452685
Change-Id: If438f1b7e0432c2856bd2cb937adfc4131e57410
diff --git a/java/com/android/newbubble/BottomActionViewController.java b/java/com/android/newbubble/BottomActionViewController.java
index a34d3a2..485d041 100644
--- a/java/com/android/newbubble/BottomActionViewController.java
+++ b/java/com/android/newbubble/BottomActionViewController.java
@@ -34,7 +34,7 @@
   private static final int SHOW_TARGET_DELAY = 100;
   private static final int SHOW_HIDE_TARGET_DURATION = 175;
   private static final int HIGHLIGHT_TARGET_DURATION = 150;
-  private static final float HIGHLIGHT_TARGET_SCALE = 1.5f;
+  private static final float HIGHLIGHT_TARGET_SCALE = 1.3f;
   private static final float UNHIGHLIGHT_TARGET_ALPHA = 0.38f;
 
   private final Context context;