mirror of https://github.com/MiCode/Notes.git
Set settings_page theme to Theme.Holo.Light
In Android 4.x, recommended theme is Theme.Holo. do this just to keep consistent. Signed-off-by: John Hsing <tsyj2007@gmail.com>
This commit is contained in:
parent
6cbf71d77e
commit
c170c693ec
|
@ -134,7 +134,7 @@
|
||||||
android:name="net.micode.notes.ui.NotesPreferenceActivity"
|
android:name="net.micode.notes.ui.NotesPreferenceActivity"
|
||||||
android:label="@string/preferences_title"
|
android:label="@string/preferences_title"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:theme="@android:style/Theme.Light" >
|
android:theme="@android:style/Theme.Holo.Light" >
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<service
|
<service
|
||||||
|
|
Loading…
Reference in New Issue