mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
tweak alert layout
This commit is contained in:
parent
672de280da
commit
0ef43fe30a
3 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawSelectorOnTop="true"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingLeft="32dp"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
<TextView android:text="@string/choose_expl_known"
|
||||
|
|
|
@ -2678,8 +2678,8 @@
|
|||
<string name="choose_expl_config">OR start a game after configuring
|
||||
it, e.g. to change the language or number of players</string>
|
||||
|
||||
<string name="newgame_radio_known">Invite Known</string>
|
||||
<string name="newgame_radio_unknown">Invite Unknown</string>
|
||||
<string name="newgame_radio_known">Invite Known Player</string>
|
||||
<string name="newgame_radio_unknown">Invite New Player</string>
|
||||
|
||||
<!-- Button text depending on the radio button chosen. -->
|
||||
<string name="newgame_open_game">Start game</string>
|
||||
|
|
|
@ -179,9 +179,9 @@
|
|||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">match_parent</item>
|
||||
<item name="android:textStyle">italic</item>
|
||||
<item name="android:paddingLeft">20dp</item>
|
||||
<item name="android:paddingLeft">32dp</item>
|
||||
<item name="android:paddingBottom">8dp</item>
|
||||
<item name="android:textSize">10dp</item>
|
||||
<item name="android:textSize">11dp</item>
|
||||
</style>
|
||||
<style name="new_game_radio">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
|
|
Loading…
Reference in a new issue