Skip to content

Commit

Permalink
bugfix for settings and removed the setting list
Browse files Browse the repository at this point in the history
  • Loading branch information
steren committed May 7, 2011
1 parent 9fc773d commit c5a453b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion res/xml/cube2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<!-- The attributes in this XML file provide configuration information -->

<wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="fr.steren.colorclock.CubeWallpaper2Settings"
android:settingsActivity="fr.steren.colorclock.ColorClockWallpaperSettings"
/>
12 changes: 6 additions & 6 deletions res/xml/cube2_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
android:title="@string/cube2_settings"
android:key="cube2wallpaper_settings">

<ListPreference
android:key="cube2_shape"
android:title="@string/cube2_settings_title"
android:summary="@string/cube2_settings_summary"
android:entries="@array/cube2_shapenames"
android:entryValues="@array/cube2_shapeprefix" />
<!-- <ListPreference -->
<!-- android:key="cube2_shape" -->
<!-- android:title="@string/cube2_settings_title" -->
<!-- android:summary="@string/cube2_settings_summary" -->
<!-- android:entries="@array/cube2_shapenames" -->
<!-- android:entryValues="@array/cube2_shapeprefix" /> -->

</PreferenceScreen>

0 comments on commit c5a453b

Please sign in to comment.