K9ExpandableListActivity.java :  » Email » vf-pamc » com » vodafone » nowplus » android » peoplemail » activity » Android Open Source

Android Open Source » Email » vf pamc 
vf pamc » com » vodafone » nowplus » android » peoplemail » activity » K9ExpandableListActivity.java
package com.vodafone.nowplus.android.peoplemail.activity;

import android.app.ExpandableListActivity;
import android.os.Bundle;

import com.vodafone.nowplus.android.peoplemail.K9;

/**
 * @see ExpandableListActivity
 */
public class K9ExpandableListActivity extends ExpandableListActivity
{

    @Override
    protected void onCreate(Bundle savedInstanceState)
    {
        setTheme(K9.getK9Theme());
        super.onCreate(savedInstanceState);
    }
}
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.