summaryrefslogtreecommitdiffstats
path: root/res/layout/app_widget_resize_frame.xml
Commit message (Collapse)AuthorAgeFilesLines
* Allowing the widgetBottomSheet to be draggedSunny Goyal2017-10-021-37/+42
| | | | | | | | | | | | | even when the touch is started from outside the panel Removing various instanceOf checks in onNewIntent and onBackPress and moving all the corresponding logging in the FloatingView This simplifies handling of panel specific log and avoids missing a particular panel type in the if-else statement. Bug: 64751884 Bug: 64751923 Change-Id: I98f5aae18560a64be73c9efcf495479740d49a00
* Some theme fixesSunny Goyal2017-06-111-8/+13
| | | | | | | | | > workspaceTextColor was not clearly defined to white and relied on HomeScreenElementTheme > Not all attributes were defined in sw720dp. Created a interm style to avoid such errors > Applying proper tint to resize frame > Fixing shadow colors for homescreen icon Change-Id: If8441011c968291de50b2fd8d7612ce3d5353b95
* Refactoring AppWidgetResizeFrameSunny Goyal2016-10-071-0/+57
> Defining the layout in xml > Simplifying the touch handling calculations Change-Id: Iccfd82161d1e678d77ad6ff63f76e04ad905f9d8