summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-05-02 17:15:30 -0700
committerMark Wei <markwei@google.com>2013-05-05 20:17:31 -0700
commit2102b2c87a6cb39bc63fb7eff13dda64da56b72e (patch)
tree94795c3f33342dd6b55ad2e35c8188215e325d8b /proguard.flags
parentb50a030dd48d274c07214c52f4162f4f056e0cbc (diff)
downloadandroid_packages_apps_UnifiedEmail-2102b2c87a6cb39bc63fb7eff13dda64da56b72e.tar.gz
android_packages_apps_UnifiedEmail-2102b2c87a6cb39bc63fb7eff13dda64da56b72e.tar.bz2
android_packages_apps_UnifiedEmail-2102b2c87a6cb39bc63fb7eff13dda64da56b72e.zip
Add teaser for new conversation photo checkboxes.
The teaser shows up for the first time the user sees the conversation photos. If they change to no photos, and later change back, the teaser comes back. The teaser sits immediately in front of the first real conversation item (unless other special views also try to have the same position behavior, in which case the current implementation gives undefined behavior dependent upon which special view is added to the adapter first). Bug: 8772762 Change-Id: Ica79482f2a2eae0cf3409f6accb7ae5b0fc0fd45
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 536213f5b..033b29e21 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -65,3 +65,7 @@
-keepclasseswithmembers class com.android.mail.ui.MailActivity {
*** doNothingClickHandler(...);
}
+
+-keepclasseswithmembers class com.android.mail.ui.ConversationPhotoTeaserView {
+ *** setAnimatedHeight(...);
+}