aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-01-24 09:19:31 -0800
committerTor Norbye <tnorbye@google.com>2011-01-24 09:19:31 -0800
commit0490d7fa442e9a76e3da6b6eb37936d5761bf491 (patch)
tree1b51cbceddac3fc0f4ba34566aa5cecf93a3b393
parent3a6b7dce85229abeb836605102913081caa078e1 (diff)
downloadsdk-0490d7fa442e9a76e3da6b6eb37936d5761bf491.tar.gz
Icons for various widgets
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
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/AnalogClock.pngbin0 -> 346 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/AutoCompleteTextView.pngbin0 -> 478 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/Button.pngbin0 -> 612 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckBox.pngbin0 -> 581 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckedTextView.pngbin0 -> 258 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/Chronometer.pngbin0 -> 206 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/DatePicker.pngbin0 -> 441 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/DigitalClock.pngbin0 -> 365 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/EditText.pngbin0 -> 499 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageButton.pngbin0 -> 517 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.pngbin0 -> 383 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/MultiAutoCompleteTextView.pngbin0 -> 491 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ProgressBar.pngbin0 -> 716 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.pngbin0 -> 617 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioButton.pngbin0 -> 674 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioGroup.pngbin0 -> 624 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/RatingBar.pngbin0 -> 634 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/SeekBar.pngbin0 -> 499 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/Spinner.pngbin0 -> 427 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/TabHost.pngbin0 -> 335 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/TabWidget.pngbin0 -> 297 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/TextView.pngbin0 -> 326 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/TimePicker.pngbin0 -> 441 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ToggleButton.pngbin0 -> 543 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomButton.pngbin0 -> 886 bytes
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomControls.pngbin0 -> 564 bytes
26 files changed, 0 insertions, 0 deletions
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
index 000000000..b59e41f95
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AnalogClock.png
Binary files 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
index 000000000..235d63307
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/AutoCompleteTextView.png
Binary files 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
index 000000000..d85e010a3
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Button.png
Binary files 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
index 000000000..3d928fe8a
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckBox.png
Binary files 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
index 000000000..f441c153b
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/CheckedTextView.png
Binary files 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
index 000000000..7e8a2d7b5
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Chronometer.png
Binary files 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
index 000000000..755706748
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DatePicker.png
Binary files 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
index 000000000..90828e074
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/DigitalClock.png
Binary files 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
index 000000000..50554ecc7
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/EditText.png
Binary files 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
index 000000000..2924e5e97
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageButton.png
Binary files 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
index 000000000..cadc3277f
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ImageView.png
Binary files 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
index 000000000..72544f341
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/MultiAutoCompleteTextView.png
Binary files 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
index 000000000..4d975b7d5
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ProgressBar.png
Binary files 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
index 000000000..ef4a44b53
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/QuickContactBadge.png
Binary files 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
index 000000000..2a29df141
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioButton.png
Binary files 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
index 000000000..647d084b8
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RadioGroup.png
Binary files 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
index 000000000..e4f15d074
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/RatingBar.png
Binary files 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
index 000000000..6ba771f59
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/SeekBar.png
Binary files 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
index 000000000..357368bf0
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/Spinner.png
Binary files 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
index 000000000..7968e4871
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabHost.png
Binary files 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
index 000000000..c38961b4b
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TabWidget.png
Binary files 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
index 000000000..d7022ce82
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TextView.png
Binary files 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
index 000000000..755706748
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/TimePicker.png
Binary files 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
index 000000000..c5955aa1e
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ToggleButton.png
Binary files 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
index 000000000..5696a77a3
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomButton.png
Binary files 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
index 000000000..3625bff50
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/ZoomControls.png
Binary files differ