mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
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:
parent
a513743003
commit
0c1e76acaf
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue