aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/icons
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-01-14 09:49:12 -0800
committerTor Norbye <tnorbye@google.com>2011-01-14 11:54:41 -0800
commit106c1ead81b9d429f2f403b5bafe1b5569a228cb (patch)
tree776b0552f5e2aabf72b3e705912dc1d66f4f6990 /eclipse/plugins/com.android.ide.eclipse.adt/icons
parent787c87badd6f5e06ebd9aa58796e8a3f8285e500 (diff)
downloadsdk-106c1ead81b9d429f2f403b5bafe1b5569a228cb.zip
sdk-106c1ead81b9d429f2f403b5bafe1b5569a228cb.tar.gz
sdk-106c1ead81b9d429f2f403b5bafe1b5569a228cb.tar.bz2
Zoom Improvements
First, add a new "Zoom to Fit" toolbar action. This will look at the size of the rendered image, as well as the size of the canvas area, and compute the largest possible scale factor that will zoom the rendered image while showing everything. This is particularly useful when working with larger devices, such as WXGA, where typically the rendering comes up showing only the top left portion of the image, and the Zoom Out function often zooms out too much since it does not have fine granularity. Second, add icons to the various zooming functions. The zoom in/out icons are from Eclipse WTP; the other three are minor derivations from these icons (using = for emulate real size, 1 for 100% and an outline for zoom to fit). Third hook up zoom in, zoom out, zoom to 100% and zoom to fit to keyboard shortcuts (applicable to the canvas only). Finally, tweak some labels. (Also updated the ddms screencapture icon, since there was a screen capture icon in the same Eclipse WTP icon folder) Change-Id: Idc118a58f418daeefb5835f40dc1fd518b0f99d1
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/icons')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/zoom100.pngbin0 -> 584 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomfit.pngbin0 -> 542 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomminus.pngbin0 -> 559 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomplus.pngbin0 -> 559 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomreal.pngbin0 -> 578 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoom100.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoom100.png
new file mode 100644
index 0000000..8f49f6d
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoom100.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomfit.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomfit.png
new file mode 100644
index 0000000..9c53ac8
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomfit.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomminus.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomminus.png
new file mode 100644
index 0000000..dd2c92f
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomminus.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomplus.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomplus.png
new file mode 100644
index 0000000..466d756
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomplus.png
Binary files differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomreal.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomreal.png
new file mode 100644
index 0000000..c787ed6
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/zoomreal.png
Binary files differ