Ignore:
Timestamp:
07/06/10 22:39:27 (14 years ago)
Author:
lukacu
Branch:
default
Convert:
svn:f819dc9c-ca78-df11-852c-0018fe7759ca/trunk@8
Message:

Android empty comic list message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • android/src/org/webstrips/android/ComicListActivity.java

    r6 r7  
    171171    protected void onCreate(Bundle savedInstanceState) { 
    172172        super.onCreate(savedInstanceState); 
    173  
     173        setContentView(R.layout.comiclist); 
    174174    } 
    175175 
     
    185185        bindService(new Intent("org.webstrips.MANAGER", null, this, 
    186186                WebStripsService.class), connection, 0); 
     187         
    187188    } 
    188189 
Note: See TracChangeset for help on using the changeset viewer.