aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/icons
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-05-13 13:25:15 -0700
committerTor Norbye <tnorbye@google.com>2011-05-13 13:31:49 -0700
commitec22f92d53f4bb74313b91aa491acbfbbb6dc9ce (patch)
treec599becdac246961adc3361a4f90bcbbb9f42875 /eclipse/plugins/com.android.ide.eclipse.adt/icons
parentddc754e4650a4b48a82a96f4d38bdeb468059f29 (diff)
downloadsdk-ec22f92d53f4bb74313b91aa491acbfbbb6dc9ce.zip
sdk-ec22f92d53f4bb74313b91aa491acbfbbb6dc9ce.tar.gz
sdk-ec22f92d53f4bb74313b91aa491acbfbbb6dc9ce.tar.bz2
Custom View handling improvements
First and foremost, allow custom views to accept children such that you can drag & drop children into the custom view in the outline. Second, prevent an NPE which can occur if you drag into a layout where the root element is a custom view. Third, handle <view> (not <View>) better: provide a custom icon, and inline the view class name in the outline label. Fourth, allow double clicks (in addition to ctrl-click which is already supported) on the custom views in the palette to allow jumping to the custom view code. Change-Id: I13c2bf2f4169185c9fcc893ce487f2abdac46802
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/icons')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/view.pngbin0 -> 394 bytes
1 files changed, 0 insertions, 0 deletions
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
index 0000000..35c4d8f
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/view.png
Binary files differ