equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <PreferenceScreen |
2 <PreferenceScreen |
3 xmlns:android="http://schemas.android.com/apk/res/android"> |
3 xmlns:android="http://schemas.android.com/apk/res/android"> |
4 <PreferenceCategory android:key="dataAndSynchronization" |
|
5 android:title="SYNCRHONISATION BEEM" /> |
|
6 <PreferenceCategory |
4 <PreferenceCategory |
7 android:title="General Settings" /> |
5 android:title="General Settings" /> |
8 <PreferenceScreen |
6 <PreferenceScreen |
9 android:key="account_settings" |
7 android:key="account_settings" |
10 android:title="Account Settings" |
8 android:title="Account Settings" |
23 android:action="com.beem.project.beem.CHANGESTATUS" |
21 android:action="com.beem.project.beem.CHANGESTATUS" |
24 android:targetClass="ui.ChangeStatus.class" /> |
22 android:targetClass="ui.ChangeStatus.class" /> |
25 </PreferenceScreen> |
23 </PreferenceScreen> |
26 <CheckBoxPreference |
24 <CheckBoxPreference |
27 android:key="prefer wifi" |
25 android:key="prefer wifi" |
28 android:title="Prefer WiFi" /> |
26 android:title="Prefer WiFi" |
|
27 android:layout="?android:attr/preferenceLayoutChild" /> |
|
28 <PreferenceCategory |
|
29 android:key="custom" |
|
30 android:title="Custom"> |
|
31 <com.beem.project.beem.account.CheckBoxPreference_Custom |
|
32 android:key="custom_checkbox" |
|
33 android:title="Title" |
|
34 android:summary="Summary" /> |
|
35 </PreferenceCategory> |
29 </PreferenceScreen> |
36 </PreferenceScreen> |