Tabbar_View_Android.java :  » UnTagged » ubifrance » com » ubifrance » Android Open Source

Android Open Source » UnTagged » ubifrance 
ubifrance » com » ubifrance » Tabbar_View_Android.java
package com.ubifrance;


import com.ubifrance.android.R;

import android.app.Activity;
import android.os.Bundle;

public class Tabbar_View_Android extends Activity {
  /** Called when the activity is first created. */
   @Override
      public void onCreate(Bundle savedInstanceState) {
          super.onCreate(savedInstanceState);
          setContentView(R.layout.tabbar_view_android);
      }
  }
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.