--- a/res/xml/preferences.xml Sat Apr 16 13:16:28 2011 +0200
+++ b/res/xml/preferences.xml Thu Apr 21 21:05:25 2011 +0200
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
- xmlns:android="http://schemas.android.com/apk/res/android">
- <PreferenceCategory android:key="dataAndSynchronization"
- android:title="SYNCRHONISATION BEEM" />
+ xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="General Settings" />
<PreferenceScreen
@@ -25,5 +23,14 @@
</PreferenceScreen>
<CheckBoxPreference
android:key="prefer wifi"
- android:title="Prefer WiFi" />
+ android:title="Prefer WiFi"
+ android:layout="?android:attr/preferenceLayoutChild" />
+ <PreferenceCategory
+ android:key="custom"
+ android:title="Custom">
+ <com.beem.project.beem.account.CheckBoxPreference_Custom
+ android:key="custom_checkbox"
+ android:title="Title"
+ android:summary="Summary" />
+ </PreferenceCategory>
</PreferenceScreen>
\ No newline at end of file