summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use proper action bar item backgroundJorim Jaggi2016-08-111-1/+0
| | | | | Bug: 22007160 Change-Id: I6b99f818b71addbccce09225e20932339fd88449
* Use device default accent color in live pickerJorim Jaggi2016-06-231-0/+5
| | | | | | | Also don't use a preview window as the activity is translucent. Bug: 28625050 Change-Id: Ia1f28a6d321a7bc9791f8308d2c84f5514725637
* Adjust wallpaper picker to match static wallpaper pickerJorim Jaggi2016-06-021-18/+14
| | | | | | | | | | - Implement new action bar - Use BottomSheet behavior from design lib - Fill in values from live wallpaper if desired - Don't use separate dialog for loading state Bug: 28770685 Change-Id: I8dd862fe4c83f702e249f7f3644df89fee771f4f
* Updating the LiveWallpaperPicker UISunny Goyal2015-08-311-13/+1
| | | | | | | | > Using the settings theme > Removing GirdLayout usage, using ListView with appropriate padding > Removing trampoline activity when starting wallpaper preview Change-Id: Iea12a8c1c6d6cdc0682add07e1b9565827da71c8
* Moving the set wallpaper button to the top to match the default launcher styleSunny Goyal2015-08-281-6/+25
| | | | | | Using a cog image instead of the Settings... button Change-Id: Ia106ff1bd978ab67fd8405e2cd66cf701d29e7a4
* Updated the LivePicker for tablet UIAdam Lesinski2010-12-031-1/+6
| | | | | | - Basic UI for the new LivePicker. Missing small tweaks Change-Id: I5d48e5ea5afc7feccf5f35124b944283060685df
* Improve live wallpaper picker: animations, loading message, etc.Romain Guy2009-11-091-0/+6
|
* Revised live wallpaper picker metadata display.Daniel Sandler2009-11-051-13/+7
| | | | | | | | | | | | | Replace the small BubbleView at the bottom with a block of music-video-style text, showing: Title Author Description Other minor changes to match final UI specification. Part of the fix for http://b/2235307 .
* Do not allow the selection of the live wallpaper title.Romain Guy2009-11-031-2/+0
|
* Improving Live Wallpaper picker UI.Daniel Sandler2009-10-291-0/+38
The currently selected wallpaper's title is now shown in a Launcher-style bubble above the thumbnail gallery.