Skip to content

Commit

Permalink
glow times: fix default value not being selected on inital boot
Browse files Browse the repository at this point in the history
Change-Id: Ieae419c049f2869bf90f71e5cd3c5e53bf0a9fde
  • Loading branch information
fitsnugly committed May 22, 2012
1 parent 0b94f2d commit 2a2b047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/xml/prefs_navbar.xml
Expand Up @@ -52,7 +52,8 @@
android:entryValues="@array/glow_times_values"
android:key="glow_times"
android:title="@string/glow_times_title"
android:summary="@string/glow_times_summary" />
android:summary="@string/glow_times_summary"
android:defaultValue="100|10" />

<com.aokp.romcontrol.widgets.SeekBarPreference
android:key="button_transparency"
Expand Down

0 comments on commit 2a2b047

Please sign in to comment.