summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/widget
Commit message (Collapse)AuthorAgeFilesLines
* LayoutLib: Switch SimpleDateFormat to icu.Deepanshu Gupta2015-08-061-0/+99
| | | | | | | | | | | | Use ICU's implementation of SimpleDateFormat in LayoutLib. The format patterns used are not supported by java.text.SimpleDateFormat. The change required adding a mechanism for promoting visibility of fields in the framework in the create tool. TODO: Add additional tests in the create tool for this new functionality. Change-Id: Id0f4be41f9731c42a28919c32cc5ef271a656982
* resolved conflicts for a0bc2e7e to lmp-mr1-devDeepanshu Gupta2014-12-301-0/+44
| | | | | | | | | | | | | | | The original change wasn't properly merged into lmp-mr1-dev because of merge conflicts. This change manually resolves the conflicts. The main reason for the conflict was that TimePickerSpinnerDelegate was swapped with TimePickerClockDelegate. This change also fixes the typo in the original change which was fixed in a subsequent change. Original commit: 12b6d29b7b5592dcfb6e6fd6f0c21a40f37d014a fix for typo: cb09bc45c58740af953874f9915306d351fc3d9d Change-Id: I50bf8c2d86318f632465a38adfad16d1382a9319
* Use the right layout for inflating Action Bar.Deepanshu Gupta2014-10-301-0/+32
The choice of Action Bar layout depends on the theme. This also affects the widget used to render the Action Bar. Bug: http://b.android.com/77853 Change-Id: I6219a02853b4cd207a6125a5ed96fa5d16699460