File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/com/giago/ecard/activity Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 21
21
</activity >
22
22
<activity
23
23
android : label =" @string/app_name"
24
- android : name =" .ECardActivity " >
24
+ android : name =" .activity.List " >
25
25
<intent-filter >
26
26
<action android : name =" android.intent.action.MAIN" />
27
27
Original file line number Diff line number Diff line change 1
- package com .giago .ecard ;
1
+ package com .giago .ecard .activity ;
2
+
3
+ import com .giago .ecard .R ;
4
+ import com .giago .ecard .R .layout ;
2
5
3
6
import android .app .Activity ;
4
7
import android .database .Cursor ;
5
8
import android .net .Uri ;
6
9
import android .os .Bundle ;
7
10
import android .util .Log ;
8
11
9
- public class ECardActivity extends Activity {
12
+ public class List extends Activity {
10
13
11
14
Uri uri = Uri .parse ("content://com.giago.ecard/ecard" );
12
15
You can’t perform that action at this time.
0 commit comments