About.java :  » Game » tmfshogi » at » fanninger » android » game » shogi » Android Open Source

Android Open Source » Game » tmfshogi 
tmfshogi » at » fanninger » android » game » shogi » About.java
package at.fanninger.android.game.shogi;

import android.app.Activity;
import android.os.Bundle;
import android.view.ViewStub;
import at.fanninger.android.shogi.R;

public class About extends Activity {
  
  @Override
  protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    this.setContentView( R.layout.main );
    
    ((ViewStub) this.findViewById(R.id.ViewStubAbout)).inflate();
  }
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.