Skip to content

Commit 9d8733b

Browse files
committed
new icon for the launcher
1 parent b565967 commit 9d8733b

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

market/icon_92x92.png

1.25 KB
Loading

res/drawable-hdpi/ic_launcher.png

-4.05 KB
Binary file not shown.

res/drawable-ldpi/ic_launcher.png

-1.68 KB
Binary file not shown.

res/drawable-mdpi/ic_launcher.png

-2.51 KB
Binary file not shown.

res/drawable/ic_launcher.png

1.25 KB
Loading

src/com/giago/ecard/activity/Show.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@ protected void onCreate(Bundle savedInstanceState) {
1313
setContentView(R.layout.show);
1414
}
1515

16+
@Override
17+
protected void onResume() {
18+
super.onResume();
19+
20+
}
21+
22+
@Override
23+
protected void onPause() {
24+
super.onPause();
25+
}
26+
1627
}

0 commit comments

Comments
 (0)