Skip to content

Commit f0fa295

Browse files
author
290444
committed
Update settings.xml
#19 defaultValue="#000FF" is invalid,change it to defaulfValue="0xff0000ff".
1 parent 15b666c commit f0fa295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/xml/settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:persistent="false"
2727
android:title="@string/color4_title"
2828
android:summary="@string/color4_summary"
29-
android:defaultValue="#0000FF"
29+
android:defaultValue="0xff0000ff"
3030
/>
3131
</PreferenceCategory>
32-
</PreferenceScreen>
32+
</PreferenceScreen>

0 commit comments

Comments
 (0)