diff options
author | Daniel Sandler <dsandler@android.com> | 2011-09-29 10:37:08 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2011-09-29 10:40:18 -0400 |
commit | 88a0c4925c73d53076fe4ece1ab322108ae08cd2 (patch) | |
tree | a3f5f2d8923ffc9b6a1bb0485e626d44475147c7 /eclipse | |
parent | 877ffccf0a725859af5fcd6d602a86a854061a10 (diff) | |
download | sdk-88a0c4925c73d53076fe4ece1ab322108ae08cd2.zip sdk-88a0c4925c73d53076fe4ece1ab322108ae08cd2.tar.gz sdk-88a0c4925c73d53076fe4ece1ab322108ae08cd2.tar.bz2 |
Nyandroid icon for the logcat Eclipse view.
Bug: 5390877
Change-Id: I81e77cf57a358e6c0583d592d104a93475ab37ae
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ddms/icons/logcat.png | bin | 0 -> 1160 bytes | |||
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/icons/logcat.png b/eclipse/plugins/com.android.ide.eclipse.ddms/icons/logcat.png Binary files differnew file mode 100644 index 0000000..0843eb7 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.ddms/icons/logcat.png diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml index bd35df0..1255b62 100644 --- a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml @@ -33,7 +33,7 @@ allowMultiple="false" category="com.android.ide.eclipse.ddms.views.category" class="com.android.ide.eclipse.ddms.views.LogCatView" - icon="icons/android.png" + icon="icons/logcat.png" id="com.android.ide.eclipse.ddms.views.LogCatView" name="%view.name.LogCat"/> <!-- Disabled for now due to AWT/SWT bridge issue on Leopard. |