OSDN Git Service

Update widget icons
authorTor Norbye <tnorbye@google.com>
Tue, 25 Jan 2011 20:58:24 +0000 (12:58 -0800)
committerTor Norbye <tnorbye@google.com>
Tue, 25 Jan 2011 20:58:24 +0000 (12:58 -0800)
When I generated the icons yesterday I forgot to update the background
layer; it had a flat gray background and in many cases extended a
pixel or two outside the widget foreground bounds.

This changeset updates this to have a nicer white-to-gray vertical
gradient.  It also adds icons for the <merge> and <include> tags (not
used in the palette but can show up in the outline), and tweaks the
ScrollView and LinearLayout icons.

Change-Id: I1a887f7671d099918be7e63839ac76909ff554f6

27 files changed:
eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/include.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/merge.png [new file with mode: 0644]

index 84cbc7c..382b11a 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png differ
index 1a2b95a..89f8c63 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png differ
index a9cde79..1d92922 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png differ
index a71d706..74e16ee 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png differ
index 1b00d07..6e8ac10 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png differ
index 6663679..911876e 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png differ
index d226534..064eee3 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png differ
index 82f1ffb..48a8e46 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png differ
index 1a2b95a..89f8c63 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png differ
index 18fb6af..b293fe7 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png differ
index 03ce786..dee3c8e 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png differ
index 790a1b9..f34d736 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png differ
index 54fd262..48a8e46 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png differ
index 5615084..e80b92b 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png differ
index 17fe263..203bafc 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png differ
index 3446e36..bc2d473 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png differ
index e2d9418..31e668e 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png differ
index 261ebac..dad799c 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png differ
index 39f29b6..c97f99c 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png differ
index 375ff90..b229a6f 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png differ
index 1ab549f..35c4d8f 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png differ
index 08fe2c0..b228c7f 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png differ
index 1a2b95a..89f8c63 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png differ
index cce5af7..1138aec 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png differ
index 1a2b95a..89f8c63 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/include.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/include.png
new file mode 100644 (file)
index 0000000..230580c
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/include.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/merge.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/merge.png
new file mode 100644 (file)
index 0000000..eb7389b
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/merge.png differ