Tip for long press to enter CAB

Bug: 9859881, 9572851

Change-Id: I1603651084fb9ded479af69e17bd54cdab693c2e
diff --git a/proguard.flags b/proguard.flags
index 6bcae61..cb8d15f 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -70,3 +70,7 @@
 -keepclasseswithmembers class com.android.mail.ui.ConversationPhotoTeaserView {
   *** setAnimatedHeight(...);
 }
+
+-keepclasseswithmembers class com.android.mail.ui.ConversationLongPressTipView {
+  *** setAnimatedHeight(...);
+}