Subversion Repositories ES

Rev

Rev 6 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 PointedEar 1
package ch.ffhs.converter.app;
2
 
3
import ch.ffhs.converter.R;
4
import ch.ffhs.converter.R.layout;
5
import android.app.Activity;
6
import android.os.Bundle;
7
 
8
public class LengthsActivity extends Activity
9
{
10
  /** Called when the activity is first created. */
11
 
12
  @Override
13
  public void onCreate(Bundle savedInstanceState)
14
  {
15
    super.onCreate(savedInstanceState);
16
    this.setContentView(R.layout.frm_laengen);
17
  }
18
 
19
}