aboutsummaryrefslogtreecommitdiffstats
path: root/traceview/src
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-04-07 18:31:27 -0700
committerXavier Ducrohet <xav@android.com>2011-04-07 18:31:27 -0700
commit8f7e536747d1d4a26c12c147057f49cd22654794 (patch)
treea09e5e7fb6c1a61218a9c7000f3475fe7036e443 /traceview/src
parent08a7d884a2190b59d58d8dbf14085efba4f7fbad (diff)
downloadsdk-8f7e536747d1d4a26c12c147057f49cd22654794.zip
sdk-8f7e536747d1d4a26c12c147057f49cd22654794.tar.gz
sdk-8f7e536747d1d4a26c12c147057f49cd22654794.tar.bz2
Put some new icons.
- ddms and (one of) hierarchy viewer perspective. - feature about for traceview/hierarchyviewer - use the draw9patch icon for the resource view in ADT - use the emulator icon for the emulator control view in DDMS - use the new android icon for the ADT wizard. Also standardized on <toolsname>-<size>.png for the icon names. ADT uses android-##.png Change-Id: I1ce2a0dae5d256049b381552bd89aef717f51da6
Diffstat (limited to 'traceview/src')
-rw-r--r--traceview/src/com/android/traceview/MainWindow.java3
-rw-r--r--traceview/src/resources/icons/traceview-128.png (renamed from traceview/src/resources/icons/traceview128.png)bin17131 -> 17131 bytes
2 files changed, 1 insertions, 2 deletions
diff --git a/traceview/src/com/android/traceview/MainWindow.java b/traceview/src/com/android/traceview/MainWindow.java
index 46d0330..b78b4f7 100644
--- a/traceview/src/com/android/traceview/MainWindow.java
+++ b/traceview/src/com/android/traceview/MainWindow.java
@@ -43,7 +43,6 @@ import java.util.Properties;
public class MainWindow extends ApplicationWindow {
private final static String PING_NAME = "Traceview";
- private final static String PING_VERSION = "1.0";
private TraceReader mReader;
private String mTraceName;
@@ -68,7 +67,7 @@ public class MainWindow extends ApplicationWindow {
shell.setText("Traceview: " + mTraceName);
InputStream in = getClass().getClassLoader().getResourceAsStream(
- "icons/traceview128.png");
+ "icons/traceview-128.png");
if (in != null) {
shell.setImage(new Image(shell.getDisplay(), in));
}
diff --git a/traceview/src/resources/icons/traceview128.png b/traceview/src/resources/icons/traceview-128.png
index 5b4eff1..5b4eff1 100644
--- a/traceview/src/resources/icons/traceview128.png
+++ b/traceview/src/resources/icons/traceview-128.png
Binary files differ