mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
tweak main translations strings layout
This commit is contained in:
parent
4d42768f83
commit
c4598f2bf9
2 changed files with 21 additions and 13 deletions
|
@ -15,6 +15,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
/>
|
||||
<Spinner android:id="@+id/filters"
|
||||
android:layout_weight="1"
|
||||
android:prompt="@string/loc_filters_prompt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -29,20 +30,24 @@
|
|||
android:layout_height="wrap_content"
|
||||
>
|
||||
|
||||
<EditText android:id="@+id/loc_search_field"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
<TextView android:text="@string/loc_search_prompt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
<EditText android:id="@+id/loc_search_field"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
|
||||
<ImageButton android:id="@+id/loc_search_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/search__gen"
|
||||
android:gravity="right"
|
||||
android:layout_weight="0"
|
||||
/>
|
||||
<ImageButton android:id="@+id/loc_search_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/search__gen"
|
||||
android:gravity="right"
|
||||
android:layout_weight="0"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -53,10 +58,12 @@
|
|||
>
|
||||
<TextView style="@style/evenly_spaced_horizontal"
|
||||
android:text="@string/loc_main_english"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
<TextView style="@style/evenly_spaced_horizontal"
|
||||
android:text="@string/loc_main_yourlang"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -2230,6 +2230,7 @@
|
|||
<string name="data_gsm_only">SMS Data is only available on GSM phones.</string>
|
||||
|
||||
<string name="loc_filters_prompt">Filter by:</string>
|
||||
<string name="loc_search_prompt">Search for:</string>
|
||||
<string name="loc_filters_all">All</string>
|
||||
<string name="loc_filters_screen">This screen</string>
|
||||
<string name="loc_filters_menu">This menu</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue