Back to project page MaterialNavigationDrawer.
The source code is released under:
Apache License
If you think the Android project MaterialNavigationDrawer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package it.neokree.example.mockedActivity; // ww w . j a v a 2 s . com import android.os.Bundle; import android.os.PersistableBundle; import android.support.v7.app.ActionBarActivity; import it.neokree.example.R; /** * Created by neokree on 24/11/14. */ public class Settings extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.settings); } }