use the default white-on-black style for prefs and game config. Not

sure why I made it different early on.
This commit is contained in:
eehouse 2010-04-25 03:37:23 +00:00
parent a513743003
commit 0c1e76acaf

View file

@ -57,7 +57,6 @@
</activity>
<activity android:name="GameConfig"
android:theme="@android:style/Theme.Light"
android:label="@string/title_game"
android:screenOrientation="sensor"
android:configChanges="keyboardHidden|orientation"
@ -68,7 +67,6 @@
</activity>
<activity android:name="PrefsActivity"
android:theme="@android:style/Theme.Light"
android:label="@string/title_game"
android:screenOrientation="sensor"
>