summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-09-03 20:48:02 -0700
committerAlan Viverette <alanv@google.com>2014-09-03 20:48:02 -0700
commit0a04bb0d4bf18318fe5473bf5615c2016bc26373 (patch)
tree7b0cde11b7d575b220c75b4e291fb411c2136244 /core/res
parentb10e39e7166e2c4854a3adb2c2d8fa9c72d816bf (diff)
downloadframeworks_base-0a04bb0d4bf18318fe5473bf5615c2016bc26373.zip
frameworks_base-0a04bb0d4bf18318fe5473bf5615c2016bc26373.tar.gz
frameworks_base-0a04bb0d4bf18318fe5473bf5615c2016bc26373.tar.bz2
Add first day of week API to date picker
BUG: 17377360 Change-Id: Id4c109ac68e083d488a4281655bf9411fea92163
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 3628355..0ee6260 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -4339,6 +4339,8 @@
<attr name="minDate" format="string" />
<!-- The maximal date shown by this calendar view in mm/dd/yyyy format. -->
<attr name="maxDate" format="string" />
+ <!-- The first day of week according to {@link java.util.Calendar}. -->
+ <attr name="firstDayOfWeek" />
<!-- @hide The layout of the date picker. -->
<attr name="internalLayout" format="reference" />
<!-- @hide The layout of the legacy DatePicker. -->