summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/res/values-sw720dp
Commit message (Collapse)AuthorAgeFilesLines
* DocumentsUI: Stop to override fixed size of dialog in CreateDirectoryDialog.Daichi Hirono2015-04-232-3/+6
| | | | | | | | | | | Previously CreateDirectoryDialog overrides fixed size defined in the application theme. As a result, the dialog is shown as vertically long. The CL specifies explicitly specifies the default theme for dialog when creating the dialog to stop override the application theme. BUG=20239384 Change-Id: I7227bd91705c32f5196b666bbe94ff32b5cb4af8
* Implement DayNight theme for DocumentsUIAlan Viverette2015-04-221-1/+1
| | | | | | | Also fixes tint colors for icons to use themed colorControlNormal. Bug: 20421157 Change-Id: I110a1d95f763332e7ca76cf8ab4125bd4d9a075e
* DocumentsUI is only dialog when really large.Jeff Sharkey2014-08-051-0/+21
| | | | | Bug: 16780860 Change-Id: Ib20ef9771855beba5b31d19887c1c9c1b8e8e5ed
* More DocumentsUI material iteration.Jeff Sharkey2014-07-292-26/+1
| | | | | | | | | | | | | | Move to using Toolbar for all actions. Drawer contains its own Toolbar with separate title, and hamburger is always visible. Change drawer items to match spec. Switching to Toolbar allows us to remove nasty dialog-on-tablet hacks, yay! This also means we can finally get real IME resizing support. Move to using elevation for all shadows; this removes more nasty hacks around drawing directory shadows. Bug: 15836082 Change-Id: Iba70b898f385a7debd8aabfc98ff39d20bca860d
* First pass at Materializing DocumentsUI!Jeff Sharkey2014-07-281-1/+5
| | | | | | | | | | | | | | | Initial Material asset drop, which still needs some tweaking. Moved back to framework list item selectors, giving us ripples. Using accent color overlay for activated items. Align all items to new Material grid, including insetting list divider and resizing list items on wide screens. Fix obscure RTL drawing bug. Still lots of work left. Bug: 15836082 Change-Id: I729cc7dcb0271ee62b55d1e036fc28427fc0dd3d
* Switch framework Holo references to Quantum.LightAlan Viverette2014-04-011-2/+2
| | | | Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
* Use dialog animations for dialog style.Craig Mautner2013-10-141-0/+1
| | | | | | | | | | | | | Using activity animations on non-fullscreen activities that sit over a wallpaper activity cause the exiting activity to show up underneath the next activity. If the next activity happens to be a wallpaper activity then this will be janky as the exiting activity will go from on top of the incoming activity to on top of the wallpaper as it animates away. Fixes bug 11200253. Change-Id: I7e81c50cfe7ae106da2d62f5866f43fc046181c5
* Latest UX asset drop, grid padding.Jeff Sharkey2013-09-211-0/+2
| | | | | | | | | | Bring in latest asset drop. Apply grid padding programmatically instead of waiting for asset. Remove alpha from directory animation. Update save footer background to match spec. Bug: 10700025 Change-Id: I8eef08f36d04767b78e91b23f72bdbebfbb02f58
* Latest UX asset drop.Jeff Sharkey2013-09-181-0/+1
| | | | | | | | | | Darker action bar overflow icon, larger grid-mode directory icon, icon for music albums, generic file icon. Fix bug that allowed null MIME types to be picked. Bug: 10700025 Change-Id: I2089678eaf793bc3c7214b21c9de5f38429ebb0f
* DocumentsUI tablet support.Jeff Sharkey2013-09-122-0/+45
Shows as a faux dialog on larger tablets, since the normal dialog themes from framework don't support action bars. Instead, this hacks itself to look like a dialog with an InsetDrawable. Detects touches in dim area to dismiss dialog. Show all action bar icons on tablets, and roots panel is always visible with a different shadow. Show settings in dialog. Allow mode switches in recents. Bug: 10329832 Change-Id: Id02982ce7b0d4694962d32f8d5286fdfcc207208