mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
tile picker strings and intent
This commit is contained in:
parent
6a4a0a8775
commit
552b718738
2 changed files with 16 additions and 0 deletions
|
@ -83,6 +83,19 @@
|
||||||
</intent-filter-->
|
</intent-filter-->
|
||||||
|
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<activity android:name="TilePicker"
|
||||||
|
android:theme="@android:style/Theme.Light"
|
||||||
|
android:label="@string/title_tile_picker"
|
||||||
|
android:screenOrientation="sensor"
|
||||||
|
>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<!-- docs say action is all I need. -->
|
||||||
|
<action android:name="org.eehouse.android.xw4.action.PICK_TILE" />
|
||||||
|
</intent-filter>
|
||||||
|
|
||||||
|
</activity>
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
<string name="app_name">Crosswords</string>
|
<string name="app_name">Crosswords</string>
|
||||||
|
|
||||||
<string name="button_ok">OK</string>
|
<string name="button_ok">OK</string>
|
||||||
|
<string name="button_cancel">Cancel</string>
|
||||||
|
|
||||||
<string name="player_label">Name:</string>
|
<string name="player_label">Name:</string>
|
||||||
<string name="game_config_open">Open</string>
|
<string name="game_config_open">Open</string>
|
||||||
|
@ -48,6 +49,8 @@
|
||||||
<string name="error_title">Error</string>
|
<string name="error_title">Error</string>
|
||||||
<string name="error_message">Error loading game</string>
|
<string name="error_message">Error loading game</string>
|
||||||
|
|
||||||
|
<string name="title_tile_picker">Pick tile</string>
|
||||||
|
|
||||||
<!-- system menu for main board view -->
|
<!-- system menu for main board view -->
|
||||||
<string name="board_menu_done">Turn done</string>
|
<string name="board_menu_done">Turn done</string>
|
||||||
<string name="board_menu_juggle">Juggle</string>
|
<string name="board_menu_juggle">Juggle</string>
|
||||||
|
|
Loading…
Reference in a new issue