aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/icons
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-05-15 13:14:19 -0700
committerTor Norbye <tnorbye@google.com>2011-05-16 13:45:45 -0700
commit46d0ebd2126fad6b1480fa5c8121e4638c463c73 (patch)
treeb4c13de33d0fd3e9f54a9d90080533a3a3f75629 /eclipse/plugins/com.android.ide.eclipse.adt/icons
parentc10308914eac68f37b4ba08f5191bfe87edbb7bb (diff)
downloadsdk-46d0ebd2126fad6b1480fa5c8121e4638c463c73.zip
sdk-46d0ebd2126fad6b1480fa5c8121e4638c463c73.tar.gz
sdk-46d0ebd2126fad6b1480fa5c8121e4638c463c73.tar.bz2
Basic fragment support
This changeset adds preliminary support for fragments: * Add <fragment> to the palette, along with a drop handler which pops up a class chooser to pick the Fragment class; all project implementations of android.app.Fragment and android.support.v4.app.Fragment are listed. * Adds a fragment descriptor such that code completion works for <fragment> elements * Fix project callback such that it does not complain about a missing class "fragment". * Fix outline to display the name of the fragment rather than the fragment tag name. * This changeset also centers the label in MockViews since those are still used to render fragments Change-Id: I6e062970b335d9c95870f181ed408960978c423e
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/icons')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/icons/fragment.pngbin0 -> 473 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/fragment.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/fragment.png
new file mode 100644
index 0000000..35b62b6
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/icons/fragment.png
Binary files differ