summaryrefslogtreecommitdiffstats
path: root/res/layout/widgets_list_row_view.xml
Commit message (Collapse)AuthorAgeFilesLines
* Override the overscroll color for the widget rows.Winson2015-08-281-0/+1
| | | | Change-Id: I249e13f511736ad9e874800a1b9ee1f8602434f4
* Using RGB_565 for low-res iconsSunny Goyal2015-07-011-1/+1
| | | | | | | | | > Using a non-transparent image with flat background for low-res icons > Changing the scale factor from 8 to 5 > The overall size change is 1/50 instead of 1/64 Bug: 22204941 Change-Id: I6cda4b4b3450c23a7bb8218ebd2de2b09af9c414
* UX widget cell color issueHyunyoung Song2015-05-201-3/+3
| | | | | | | - widget cell color is slightly brigher than the background of the widget row. - They should be the same. Change-Id: I20bda325d5d2fe7e194a453978dc74fd56a4e154
* Changing the text sizes in the widget tray based on feedback from UXHyunyoung Song2015-05-141-1/+1
| | | | Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3
* Various lint error fixes.Sunny Goyal2015-05-141-0/+1
| | | | | | | | > 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
* Fixing several layout issues.Hyunyoung Song2015-05-121-22/+15
| | | | | | | | | | | | | | - N7/N9 indented area should not block scroll view - separator at the end of the widget cell should not show up on the last item. Not covered in this CL: - Guarantee that last item is showing only 20~40%. Right now, the hand picked constant works for N5,6,7,9 b/20338324 b/20763871 Change-Id: I274ab95c6c3e2fc8be8ceafb2e8172c0174a41a5
* Using BubbleTextView for widget section headersSunny Goyal2015-05-121-28/+22
| | | | | | > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
* Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-111-5/+6
| | | | | | | b/20338324 b/20763871 Change-Id: I69114cb6dfec95c473313a440a6db76a052e5601
* Widget tray alignment according to UX specHyunyoung Song2015-04-271-21/+12
| | | | | | | | | - Fixing an issue where widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window. b/20338334 Change-Id: I1e3bd6b6cdafda8d1e0a7a0e87c8089100c341a7
* Widgettray UI tweak that introduces bounding box around the widgets.Hyunyoung Song2015-04-221-5/+1
| | | | | | | | Note: waiting on more polished UX spec right now. But until then, these padding and dimensions are what is used to get the bounding box around the widgets. Change-Id: I7a6a5fa04bbdb135b39291cb671b9a719fcdc4fc
* WidgetTray UI improvementHyunyoung Song2015-04-091-0/+2
| | | | | | | | | | - Long application title should be ellipsized - Disable the drawable when the view is no longer attached to the window - Save the PackageItemInfo to the WidgetModel once full res icon bitmap is loaded b/19897708 Change-Id: I96f260f9d165b206905a127fcee9879556c3d0c4
* WidgetTray revamp workHyunyoung Song2015-04-081-0/+89
- 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