summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding tap-to-add behaviour to the customization drawer.Winson Chung2010-09-271-0/+9
| | | | Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
* Initial changes to add Applications tab in the customization drawer for ↵Winson Chung2010-09-241-0/+5
| | | | | | | | usability testing. - Also adding padding attributes for the dynamic layouts created for each page. Change-Id: I76a7b6b8f4d83329c506fd6055f910575d0c200f
* Changing the holographic outline algorithm to match designs.Winson Chung2010-09-171-0/+13
| | | | Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
* Initital changes for new customization drawer/widget tab design.Winson Chung2010-09-151-0/+7
| | | | Change-Id: I160c8777fe2657ab303acfa20934f2e90f9e953e
* Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-161-0/+9
| | | | | | | | Adding SimpleWorkspace, SimpleCellLayout and an AllApps implementation of the SimpleWorkspace. Making SimpleWorkspace support content with smaller dimensions than the workspace dimensions itself. Temporary change to AllApps tabs styling until we get new assets for tabs in general. Change-Id: Ibe3c56603223853d232816b6695e4ddd757857ba
* Cleaning up grid size specification in LauncherAdam Cohen2010-08-041-12/+8
| | | | | | | | | | | | This commit eliminates the notion of in-place rotations and a bunch of associated complexities (including the notion of canonical coordinates). Further, the number of x and y cells per workspace screen is now being stored in a single location in the XML definition of Workspace. This fixes a couple bugs where incorrect values were being used. Finally, eliminated the notion of "shortAxis" and "longAxis" in terms of padding and cell count. These have been translated to corresponding x and y axis values. Change-Id: I30cfed66f82d739355b3f01730b28b6c0437989c
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+4
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Last minute hack to deliver touch events to widget in landscape mode.Romain Guy2010-04-051-0/+4
| | | | | | | | | | | | Bug #2562729 In landscape, the left and right dots buttons are 93dip wide; this makes them overlap with widgets at the bottom of the screen. The dots do not need to be that wide but we chose this size to make it easier to tap them in portrait. To avoid issues in landscape, this change introduces a new type of ImageView that can ignore touch events in a certain zone. This was easier and cheaper than re-cutting 36+ assets. Change-Id: Id261fba41a43dede943e72060e39e87658e4b0df
* More capabilities for default home configurationMike Cleron2009-10-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Added support for adding appwidgets beyond clock and search to the intital configuration. Also pulled in a previous change in Launcher that allowed http shortcuts. New syntax looks like this in default_workspace.xml: <appwidget launcher:packageName="com.android.settings" launcher:className="com.android.settings.widget.SettingsAppWidgetProvider" launcher:screen="0" launcher:x="0" launcher:y="2" launcher:spanX="4" launcher:spanY="1" /> <shortcut launcher:packageName="com.android.settings" launcher:icon="@drawable/ic_launcher_appwidget" launcher:title="@string/group_folder" launcher:uri="http://www.nytimes.com" launcher:screen="2" launcher:x="2" launcher:y="2" />
* no texture for the all apps grid.Joe Onorato2009-07-311-7/+0
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+8
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+79
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-72/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-7/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+7
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-6/+18
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+60