Created
October 24, 2011 13:40
-
-
Save sakurabird/1309053 to your computer and use it in GitHub Desktop.
Untouchable プリファレンスアクティビティ java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SettingActivity extends PreferenceActivity { | |
@Override | |
publicvoid onCreate( Bundle savedInstanceState ) { | |
super.onCreate( savedInstanceState ); | |
// XML で Preference を設定 | |
addPreferencesFromResource( R.xml.preference ); | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment