Changeset 7:c3e87daa7c1b for android/src
- Timestamp:
- 07/06/10 22:39:27 (14 years ago)
- Branch:
- default
- Convert:
- svn:f819dc9c-ca78-df11-852c-0018fe7759ca/trunk@8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/org/webstrips/android/ComicListActivity.java
r6 r7 171 171 protected void onCreate(Bundle savedInstanceState) { 172 172 super.onCreate(savedInstanceState); 173 173 setContentView(R.layout.comiclist); 174 174 } 175 175 … … 185 185 bindService(new Intent("org.webstrips.MANAGER", null, this, 186 186 WebStripsService.class), connection, 0); 187 187 188 } 188 189
Note: See TracChangeset
for help on using the changeset viewer.