mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
better titles for activities
This commit is contained in:
parent
ac2b1728a9
commit
673495985f
1 changed files with 2 additions and 3 deletions
|
@ -57,7 +57,7 @@
|
|||
</activity>
|
||||
|
||||
<activity android:name="GameConfig"
|
||||
android:label="@string/title_game"
|
||||
android:label="@string/title_game_config"
|
||||
android:screenOrientation="sensor"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
>
|
||||
|
@ -67,14 +67,13 @@
|
|||
</activity>
|
||||
|
||||
<activity android:name="PrefsActivity"
|
||||
android:label="@string/title_game"
|
||||
android:label="@string/title_prefs"
|
||||
android:screenOrientation="sensor"
|
||||
>
|
||||
</activity>
|
||||
|
||||
<activity android:name="BoardActivity"
|
||||
android:theme="@android:style/Theme.Light"
|
||||
android:label="@string/title_game"
|
||||
android:screenOrientation="sensor"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue