summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-10-03 17:24:50 -0700
committerRoboErik <epastern@google.com>2011-10-04 16:58:34 -0700
commit5b872523e28fc778a3fc34e7e9096ca1197c6509 (patch)
treecd5fda3e5df3e8c06d4d58575daa22db6f8eda57 /proguard.flags
parent0aa0c61fcd2464f034d15f33db265b6d080f4af9 (diff)
downloadandroid_packages_apps_Calendar-5b872523e28fc778a3fc34e7e9096ca1197c6509.tar.gz
android_packages_apps_Calendar-5b872523e28fc778a3fc34e7e9096ca1197c6509.tar.bz2
android_packages_apps_Calendar-5b872523e28fc778a3fc34e7e9096ca1197c6509.zip
b/5045933 Highlight the current day/time when Today button is pressed
Adds highlight to month and day views. In month view a border will fade in around today and in day view the current time line will flash blue. Change-Id: I7869253f1afd61ea91ad8e7ff63722381eae1aa4
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 217faefa..c9ed1bdc 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -16,4 +16,9 @@
*** setAnimateDayEventHeight(...);
*** setMoreAllDayEventsTextAlpha(...);
*** setExpandDayHeightIconRotation(...);
+ *** setViewStartY(...);
+ *** setAnimateTodayAlpha(...);
+}
+-keepclassmembers class com.android.calendar.month.MonthWeekEventsView {
+ *** setAnimateTodayAlpha(...);
}