diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2011-07-06 17:17:52 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2011-07-13 13:57:32 -0700 |
commit | 76559a65ad9d644f10beacf8895ceb217fdd0aeb (patch) | |
tree | 59db19da12e00e4f0646e01a11bb771d886f0eb0 /core/java/android/widget/CalendarView.java | |
parent | 3ac60ada279e2cd24001c0f084982b7e14532ea6 (diff) | |
download | frameworks_base-76559a65ad9d644f10beacf8895ceb217fdd0aeb.zip frameworks_base-76559a65ad9d644f10beacf8895ceb217fdd0aeb.tar.gz frameworks_base-76559a65ad9d644f10beacf8895ceb217fdd0aeb.tar.bz2 |
Polish of the ActivityChooserView and ShareActionProvider.
1. Addressed the UX comments: ActivityChooserView's default selection
popup no longer shows a message, rather hightlights the default
action which now it displays. Alignemnt of the UI.
2. The ShareActionProvider shows a sub-menu if the host item goes
on the overflow menu.
3. Now the heade layout of the activity chooser view is not needed hence
dropped and the item and footer ones are merged.
Change-Id: I0b3de623e4c0a805be9ed73a8541e66b8c00e2d2
Diffstat (limited to 'core/java/android/widget/CalendarView.java')
-rw-r--r-- | core/java/android/widget/CalendarView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/widget/CalendarView.java b/core/java/android/widget/CalendarView.java index 3b16994..1b713c3 100644 --- a/core/java/android/widget/CalendarView.java +++ b/core/java/android/widget/CalendarView.java @@ -375,6 +375,7 @@ public class CalendarView extends FrameLayout { com.android.internal.R.styleable.TextAppearance); mDateTextSize = dateTextAppearance.getDimensionPixelSize( R.styleable.TextAppearance_textSize, DEFAULT_DATE_TEXT_SIZE); + dateTextAppearance.recycle(); int weekDayTextAppearanceResId = attributesArray.getResourceId( R.styleable.CalendarView_weekDayTextAppearance, |