OSDN Git Service

Icons for various widgets
authorTor Norbye <tnorbye@google.com>
Mon, 24 Jan 2011 17:19:31 +0000 (09:19 -0800)
committerTor Norbye <tnorbye@google.com>
Mon, 24 Jan 2011 17:19:31 +0000 (09:19 -0800)
Add in 16x16 icons for many of the widgets. These icons are used in
the Outline, as well as in the "Text + Icons" and "Icons Only" modes
in the palette.

The icons were generated by rendering previews with transparency on,
and layoutlib5, with the theme "Theme.Light" (since that sets dark
text labels etc). It also used a special version of the rendering
config file where for example the label of the TextView is "Abc" in
bold rather than "TextView", where there is no text label on radio and
check buttons, etc. Some icons were scaled proportionally, others just
cropped left or right, etc. Those who were cropped on the right have a
small amount of alpha-fadeout on the right to work better in the
outline.

Change-Id: I419d1c98068696a5bc650060750713e45462f01c

26 files changed:
eclipse/plugins/com.android.ide.eclipse.adt/icons/AnalogClock.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/AutoCompleteTextView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/Button.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckBox.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckedTextView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/Chronometer.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/DatePicker.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/DigitalClock.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/EditText.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageButton.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/MultiAutoCompleteTextView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ProgressBar.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioButton.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioGroup.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/RatingBar.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/SeekBar.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/Spinner.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TabHost.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TabWidget.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TextView.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/TimePicker.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ToggleButton.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomButton.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomControls.png [new file with mode: 0644]

diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/AnalogClock.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AnalogClock.png
new file mode 100644 (file)
index 0000000..b59e41f
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AnalogClock.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/AutoCompleteTextView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AutoCompleteTextView.png
new file mode 100644 (file)
index 0000000..235d633
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AutoCompleteTextView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/Button.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Button.png
new file mode 100644 (file)
index 0000000..d85e010
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Button.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckBox.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckBox.png
new file mode 100644 (file)
index 0000000..3d928fe
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckBox.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckedTextView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckedTextView.png
new file mode 100644 (file)
index 0000000..f441c15
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckedTextView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/Chronometer.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Chronometer.png
new file mode 100644 (file)
index 0000000..7e8a2d7
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Chronometer.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/DatePicker.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DatePicker.png
new file mode 100644 (file)
index 0000000..7557067
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DatePicker.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/DigitalClock.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DigitalClock.png
new file mode 100644 (file)
index 0000000..90828e0
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DigitalClock.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/EditText.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/EditText.png
new file mode 100644 (file)
index 0000000..50554ec
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/EditText.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageButton.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageButton.png
new file mode 100644 (file)
index 0000000..2924e5e
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageButton.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png
new file mode 100644 (file)
index 0000000..cadc327
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/MultiAutoCompleteTextView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/MultiAutoCompleteTextView.png
new file mode 100644 (file)
index 0000000..72544f3
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/MultiAutoCompleteTextView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ProgressBar.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ProgressBar.png
new file mode 100644 (file)
index 0000000..4d975b7
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ProgressBar.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png
new file mode 100644 (file)
index 0000000..ef4a44b
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioButton.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioButton.png
new file mode 100644 (file)
index 0000000..2a29df1
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioButton.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioGroup.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioGroup.png
new file mode 100644 (file)
index 0000000..647d084
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioGroup.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/RatingBar.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RatingBar.png
new file mode 100644 (file)
index 0000000..e4f15d0
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RatingBar.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/SeekBar.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SeekBar.png
new file mode 100644 (file)
index 0000000..6ba771f
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SeekBar.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/Spinner.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Spinner.png
new file mode 100644 (file)
index 0000000..357368b
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Spinner.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabHost.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabHost.png
new file mode 100644 (file)
index 0000000..7968e48
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabHost.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabWidget.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabWidget.png
new file mode 100644 (file)
index 0000000..c38961b
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabWidget.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextView.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextView.png
new file mode 100644 (file)
index 0000000..d7022ce
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextView.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/TimePicker.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TimePicker.png
new file mode 100644 (file)
index 0000000..7557067
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TimePicker.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ToggleButton.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ToggleButton.png
new file mode 100644 (file)
index 0000000..c5955aa
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ToggleButton.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomButton.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomButton.png
new file mode 100644 (file)
index 0000000..5696a77
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomButton.png differ
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomControls.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomControls.png
new file mode 100644 (file)
index 0000000..3625bff
Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomControls.png differ