Subversion Repositories ES

Rev

Rev 6 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
package ch.ffhs.converter.app;

import ch.ffhs.converter.R;
import ch.ffhs.converter.R.layout;
import android.app.Activity;
import android.os.Bundle;

public class LengthsActivity extends Activity
{
  /** Called when the activity is first created. */

  @Override
  public void onCreate(Bundle savedInstanceState)
  {
    super.onCreate(savedInstanceState);
    this.setContentView(R.layout.frm_laengen);
  }

}