summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
Commit message (Collapse)AuthorAgeFilesLines
* Decrease drop target left and right padding.Tony Wickham2016-09-281-2/+2
| | | | | | | | Otherwise it looks like we are aggressively truncating the text even though there is plenty of room to show it. Bug: 31790418 Change-Id: Ia1cdc232f05815732d4cb95b954e935724a200fd
* Removing center vertical from folder gravity.Sunny Goyal2016-09-231-1/+1
| | | | | | | | Using center vertical alogn with a fixed height, overrides the custom drawable padding and divides the available space proportionally between padding and drawable padding Change-Id: I4523543ab3007ef40eac69d878d2afbca13b483a
* Updating the paddings in folder cellSunny Goyal2016-09-161-0/+4
| | | | | | | | | > Updating overall padding for the cell and adding drawable padding > Ensuring that the folder cell is always rendered properly based on available vertical space Bug: 30605958 Change-Id: I8ceb9fea5a25052b0d7461f52edca0e6a33fa085
* Align shortcut text with view start.Tony Wickham2016-08-031-0/+1
| | | | | Bug: 30401505 Change-Id: Iffaa0a01f2c2983a085d8c9d4be36fc063ae2004
* Update shortcuts font to match spec.Tony Wickham2016-08-021-1/+3
| | | | | Bug: 30594316 Change-Id: I9de1068a502e9f441f2609d114595b7513f20cad
* Launcher shortcuts animations update.Sunny Goyal2016-07-271-1/+2
| | | | | | | | | | | > The shortcut container closes with an animation > When opening/closing the animation only the icon scales and not the title and drag handle > When dragging the icon, it starts from the original icon position and moves under the user finger. The container grows to follow the drag view. Bug: 28980830 Change-Id: Ic0353c30b682d1f018cbf4d62e8a6e8e7d7d4664
* Match updated redlines for shortcuts.Tony2016-07-261-3/+3
| | | | | | | | | - Align shortcut icons with original icon. - Drag handle is lighter and smaller. - Shortcut pills are slightly wider to accommodate long text. Bug: 28980830 Change-Id: I8e9709e3cbdb9df86a805a4b63a696975c61df5a
* Add drag handle to shortcuts.Tony Wickham2016-07-201-1/+2
| | | | | | | | Also use short text if long text is ellipsized. Bug: 30212144 Bug: 28980830 Change-Id: I213766bca0561d284d1da883ca37b0a42d886129
* Update shortcut animations.Tony Wickham2016-07-191-3/+0
| | | | | | | | | | | - Open animation: shortcuts reveal using modified circular reveal (so that it reveals in the pill shape instead of a circle); slight translation away from the original icon; scale icon and text. - Hover animation: scale the shortcut pill and translate others away. Bug: 28980830 Bug: 30127368 Change-Id: I8ed05c7a082f2c2a3f6c663da7259f6cd33e394f
* Merge "Use colorSecondary for darker bg color." into ub-launcher3-calgaryAndrew Sapperstein2016-07-011-1/+8
|\
| * Use colorSecondary for darker bg color.Andrew Sapperstein2016-06-301-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Used for widget headers and a few other places. In order to support pre-API 25, an app-local version of colorSecondary is created and used throughout the app. A new WidgetContainerTheme sets colorSecondary to a canned value. On API 25+, colorSecondary is set to the platform value. Change-Id: Ie0dd66333052b7346eea5d82d1c88417c6a2cd00 Fixes: 28625102
* | Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-291-1/+15
|/ | | | | | | | | | | | | | | - Add ShortcutsContainerListener to icons on workspace, folders, and all apps. This handles long-press and forwards following touches to the DeepShortcutsContainer that is created. - Drag over shortcut before lifting finger to launch it. - Shortcuts are rendered in pill-shaped DeepShortcutViews, which are inside DeepShortcutContainer on DragLayer. - The shortcut container orients above or below the icon, and left or right-aligns with it. Biases for above + left-align. - Long press a DeepShortcutPill to drag and pin it to the workspace. Bug: 28980830 Change-Id: I08658d13ae51fe53064644e8d8f7b42f150fdd7d
* Update Launcher to use theme colors.Andrew Sapperstein2016-06-201-1/+1
| | | | | | | | | | | | | | | | | | | Instead of using hard-coded variants of colors, use the theme color that corresponds (colorAccent, colorPrimary, etc). Updated: - "Search for more apps" text - App info drop target hover color - PageIndicatorDots - All apps & widget scroll bar & scroll popup colors - All apps section text color - widget picker background color TODO: - widget picker header color BUG: 28625102 Change-Id: I74b543ff71b8caef8cd950c8183ac84c759cb4d5
* Defining separate layouts for horizontal and vertical drop target barsSunny Goyal2016-03-241-9/+0
| | | | | | | instead of chaning the layouts in DeviceProfile Bug: 27721989 Change-Id: I9a22c21e643f4fd0058c9be5e9d705aaf7649204
* Merge "Revert "Disabling som attributes so that dependencies can use compat ↵Sunny Goyal2016-02-251-2/+2
|\ | | | | | | | | | | | | | | | | libraries"" into ub-launcher3-burnaby-polish am: 81131edc8e * commit '81131edc8ed9c1d866d98bef3f08bbd9eb4d47fc': Revert "Disabling som attributes so that dependencies can use compat libraries"
| * Revert "Disabling som attributes so that dependencies can use compat libraries"Sunny Goyal2016-02-241-2/+2
| | | | | | | | | | | | This reverts commit e1bd986d77afc9426e320b7cce53993086f9d8ba. Change-Id: I27490d0cb241b2e58ce45998f7f9e9bc8d84993c
* | Disabling som attributes so that dependencies can use compat librariesSunny Goyal2016-02-231-2/+2
|\| | | | | | | | | | | | | am: e1bd986d77 * commit 'e1bd986d77afc9426e320b7cce53993086f9d8ba': Disabling som attributes so that dependencies can use compat libraries
| * Disabling som attributes so that dependencies can use compat librariesSunny Goyal2016-02-231-2/+2
| | | | | | | | | | Bug: 27101533 Change-Id: I18de77cffbbb234f25fb85dfe0334ed7fe113a74
* | Adding back the style Theme to avoid breaking dependenciesSunny Goyal2016-02-171-0/+2
| | | | | | | | Change-Id: I4844173ce99cdb15242cca5f06e14c6210d9d877
* | Separating out Launcher3 resources from Wallpaper resourcesSunny Goyal2016-02-101-2/+16
| | | | | | | | Change-Id: I7e33c83df8b16e8552fe588cadbcf3bf7881cb95
* | Removing some unused resourcesSunny Goyal2015-10-051-2/+0
|/ | | | Change-Id: I6aa8a2d7eb4599ed2351c54fe0885839b5ba4521
* Adding small padding between icons in AllApps.Winson2015-09-231-0/+2
| | | | | Bug: 23948851 Change-Id: If7daf84be0c5b314c5afd896d2601028ee243c80
* Working around overscroll issues in AllApps.Winson Chung2015-06-231-0/+7
| | | | | | | | | - For the time being, we are going to do custom drawing to ensure that we get the touch events in the right order, while still allowing the recycler view to draw the overscroll effect on top of the prediction bar. Bug: 21335369 Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57
* Widget cell improvementSunny Goyal2015-05-191-5/+0
| | | | | | | | | > Using a custom view for preview, instead of extensing image view > Preventing relayout when applying preview > Removing unnecessary method calls Bug: 21133230 Change-Id: Iab12fa1e5c871ee43a9fb0e6b6af897fecfb345f
* Various lint error fixes.Sunny Goyal2015-05-141-2/+2
| | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* Pulling out predictions into another row view.Winson Chung2015-05-131-7/+3
| | | Change-Id: Iba0d74457a1314cf0c00a88f9b07df049334e542
* WidgetTray UI tweakHyunyoung Song2015-04-191-1/+1
| | | | | | | | | | | - set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
* WidgetTray revamp workHyunyoung Song2015-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
* Using the default search widget in Launcher3Sunny Goyal2014-11-111-6/+0
| | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* Add InsettableFrameLayout layout params to easily ignore insetsAdam Cohen2014-10-241-1/+1
| | | | Change-Id: I117fc34627e24ea5f909c3c87e9c2dbca46babb6
* Some resource fixes for drop targetSunny Goyal2014-10-231-11/+15
| | | | | | | | | | > Making it singleline with ellipsis everywhere > Decreasing the text size on smaller devices > Decreasing char limit for various labels Bug: 17563793 Bug: 17938450 Change-Id: I8ad1a156de0601d07419b2cc6418389bc2e24a4e
* Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-171-29/+0
| | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Ensure all apps button inintialized before performing all apps transitionAdam Cohen2014-09-071-9/+2
| | | | | | | | -> Also removing text shadows in all apps and folders (bug 16955157) Bug 17400227 Change-Id: I67d361a7a1cb548c9caca4214621607feaef963a
* Removing unused cling resources.Sunny Goyal2014-08-271-4/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-47/+0
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the icon click feedbackSunny Goyal2014-08-191-2/+2
| | | | | | | | | > Using BubbleTextView everywhere, removed PagedIconView > There is a brightness feedback on touch and shadow feedback on click, until app launches issue: 16878374 Change-Id: I3dc1149a123c8a75feca6210948398bf2187f1f2
* Updating the virtual preloader UX.Sunny Goyal2014-08-111-0/+12
| | | | | | | | | | | | > No click feedback when in preloader mode > No preloader UI when drawn in drag layer > The preloader consists of a background 9 patch image and a circular progress is drawn in the content region of the background. > The preloader is drawn in a slightly larget area than the actual bounds to make the circular progress more prominent compared to the icon. issue: 15835307 Change-Id: Ifec3d93ecf1fac994d1128b517da3797247e7ed6
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-3/+18
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-4/+0
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Moved paddingStart to -v17 folder.Yura2014-01-091-0/+6
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-01-071-8/+8
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-111-17/+0
| | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-101-0/+17
| | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-101-17/+0
| | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2013-11-011-7/+13
| | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-1/+1
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Merge "Initial changes for new clings. (Bug 11142616)" into ↵Winson Chung2013-10-101-1/+0
|\ | | | | | | jb-ub-now-indigo-rose
| * Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-1/+0
| | | | | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* | Use translucent decor theme attributes in Launcher3.John Spurlock2013-10-091-0/+2
|/ | | | | | | And remove interim helper class. Bug:10674960 Change-Id: I81d31563074deea058b9bbb4b806c6200f85230f
* Switch to using theme for translucent nav barsMichael Jurka2013-10-071-0/+1
|