]> www.average.org Git - WhereAmI.git/blob - res/xml/preferences.xml
introduce preferences
[WhereAmI.git] / res / xml / preferences.xml
1 <PreferenceScreen
2   xmlns:android="http://schemas.android.com/apk/res/android">
3     <CheckBoxPreference
4       android:key="fullscreen"
5       android:title="Use full screen display"
6       android:summary="Check it on, check it off"
7     />
8 </PreferenceScreen>