OSDN Git Service

Add icons for the rest of the views
authorTor Norbye <tnorbye@google.com>
Mon, 24 Jan 2011 23:52:18 +0000 (15:52 -0800)
committerTor Norbye <tnorbye@google.com>
Mon, 24 Jan 2011 23:52:18 +0000 (15:52 -0800)
Add icons for all the remaining views, e.g. those that don't have
rendered previews.

A couple of these are scaled down icons from the platform (search for
search view, browser for web view, etc), and most of them are somewhat
ugly hand drawn placeholders.

Change-Id: I32b4e142f613003035c107f58aee7c2ecc2d017f

34 files changed:
eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/CalendarView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/DialerFilter.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/MediaController.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/NumberPicker.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png
eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/SearchView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/VideoView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/WebView.png [new file with mode: 0644]

diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png
new file mode 100644 (file)
index 0000000..84cbc7c
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AbsoluteLayout.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png
new file mode 100644 (file)
index 0000000..1a2b95a
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AdapterViewFlipper.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/CalendarView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CalendarView.png
new file mode 100644 (file)
index 0000000..033c51c
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CalendarView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/DialerFilter.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DialerFilter.png
new file mode 100644 (file)
index 0000000..8106b0c
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DialerFilter.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png
new file mode 100644 (file)
index 0000000..a9cde79
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ExpandableListView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png
new file mode 100644 (file)
index 0000000..a71d706
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/FrameLayout.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png
new file mode 100644 (file)
index 0000000..1b00d07
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Gallery.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png
new file mode 100644 (file)
index 0000000..6663679
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/GestureOverlayView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png
new file mode 100644 (file)
index 0000000..d226534
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/GridView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png
new file mode 100644 (file)
index 0000000..82f1ffb
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/HorizontalScrollView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png
new file mode 100644 (file)
index 0000000..1a2b95a
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageSwitcher.png differ
index cadc327..559a2af 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png
new file mode 100644 (file)
index 0000000..18fb6af
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/LinearLayout.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png
new file mode 100644 (file)
index 0000000..03ce786
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ListView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/MediaController.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/MediaController.png
new file mode 100644 (file)
index 0000000..e30c755
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/MediaController.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/NumberPicker.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/NumberPicker.png
new file mode 100644 (file)
index 0000000..7557067
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/NumberPicker.png differ
index ef4a44b..3a0568a 100644 (file)
Binary files a/eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png
new file mode 100644 (file)
index 0000000..790a1b9
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RelativeLayout.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png
new file mode 100644 (file)
index 0000000..54fd262
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ScrollView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/SearchView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SearchView.png
new file mode 100644 (file)
index 0000000..c41a2cd
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SearchView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png
new file mode 100644 (file)
index 0000000..5615084
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SlidingDrawer.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png
new file mode 100644 (file)
index 0000000..17fe263
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/StackView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png
new file mode 100644 (file)
index 0000000..3446e36
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SurfaceView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png
new file mode 100644 (file)
index 0000000..e2d9418
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableLayout.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png
new file mode 100644 (file)
index 0000000..261ebac
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TableRow.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png
new file mode 100644 (file)
index 0000000..39f29b6
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextSwitcher.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png
new file mode 100644 (file)
index 0000000..375ff90
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TwoLineListItem.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/VideoView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/VideoView.png
new file mode 100644 (file)
index 0000000..a6e1ff3
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/VideoView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png
new file mode 100644 (file)
index 0000000..1ab549f
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/View.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png
new file mode 100644 (file)
index 0000000..08fe2c0
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewAnimator.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png
new file mode 100644 (file)
index 0000000..1a2b95a
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewFlipper.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png
new file mode 100644 (file)
index 0000000..cce5af7
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewStub.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png
new file mode 100644 (file)
index 0000000..1a2b95a
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ViewSwitcher.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/WebView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/WebView.png
new file mode 100644 (file)
index 0000000..e40deee
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/WebView.png differ