diff options
author | Kenny Root <kroot@google.com> | 2011-01-27 14:08:48 -0800 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-01-27 14:08:48 -0800 |
commit | f3b4f3fc7995378208783de786c96698fc77a5ca (patch) | |
tree | 340ddfc44dbc132105a02f3c1208ccd257b6bf4b /res | |
parent | 412714028af410404406f325d23af829fa83fef4 (diff) | |
download | packages_apps_trebuchet-f3b4f3fc7995378208783de786c96698fc77a5ca.zip packages_apps_trebuchet-f3b4f3fc7995378208783de786c96698fc77a5ca.tar.gz packages_apps_trebuchet-f3b4f3fc7995378208783de786c96698fc77a5ca.tar.bz2 |
Remove duplicate XML created by merge
Change-Id: I49c3a4130d547fc02ab59265ebee8630bfeb2848
Diffstat (limited to 'res')
-rw-r--r-- | res/values/config.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 4fcde58..c56a8ce 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -25,12 +25,6 @@ <!-- The alpha value at which to show the most recent drop visualization outline. --> <integer name="config_dragOutlineMaxAlpha">128</integer> - <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size - (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache it self is smaller - than the view itself (workspaceScreenBitmapCacheScale) --> - <integer name="config_workspaceScreenBitmapCacheScale">20</integer> - <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer> - <!-- Parameters controlling the animation for when an item is dropped on the home screen, and it animates from its old position to the new one. --> |