diff options
author | Alan Viverette <alanv@google.com> | 2015-04-17 10:39:22 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2015-04-17 10:39:22 -0700 |
commit | 78bf1d329a4c0210394f846be1fd1390314aefc0 (patch) | |
tree | e612ba9efd54d1b80292fb56c508054e740babfa /graphics | |
parent | 4b46ed3b425493b56d4c32b0a45f5338b2674889 (diff) | |
download | frameworks_base-78bf1d329a4c0210394f846be1fd1390314aefc0.zip frameworks_base-78bf1d329a4c0210394f846be1fd1390314aefc0.tar.gz frameworks_base-78bf1d329a4c0210394f846be1fd1390314aefc0.tar.bz2 |
Move date picker arrows out of SimpleMonthView
Also fixes incorrect docs in Drawable.
Bug: 20188255
Change-Id: I01c8563f734d9c1dad1e149bee80c651981e469f
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/java/android/graphics/drawable/Drawable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/drawable/Drawable.java b/graphics/java/android/graphics/drawable/Drawable.java index e8b8c77..22ff3e7 100644 --- a/graphics/java/android/graphics/drawable/Drawable.java +++ b/graphics/java/android/graphics/drawable/Drawable.java @@ -572,7 +572,7 @@ public abstract class Drawable { * Specifies a tint blending mode for this drawable. * <p> * Defines how this drawable's tint color should be blended into the drawable - * before it is drawn to screen. Default tint mode is {@link PorterDuff.Mode#MULTIPLY}. + * before it is drawn to screen. Default tint mode is {@link PorterDuff.Mode#SRC_IN}. * </p> * <p class="note"><strong>Note:</strong> Setting a color filter via * {@link #setColorFilter(ColorFilter)} or |