mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
add label before lang-pick spinner
This commit is contained in:
parent
a8d01f6de2
commit
3ea86e630d
2 changed files with 17 additions and 5 deletions
|
@ -8,11 +8,21 @@
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"
|
||||||
>
|
>
|
||||||
|
|
||||||
<Spinner android:id="@+id/pick_language"
|
<LinearLayout android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:drawSelectorOnTop="true"
|
>
|
||||||
/>
|
<TextView android:layout_height="wrap_content"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:text="@string/study_langpick"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Spinner android:id="@+id/pick_language"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:drawSelectorOnTop="true"
|
||||||
|
/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<ListView android:id="@id/android:list"
|
<ListView android:id="@id/android:list"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
|
|
@ -2217,4 +2217,6 @@
|
||||||
<string name="paste_donef">%d word[s] copied</string>
|
<string name="paste_donef">%d word[s] copied</string>
|
||||||
<string name="studylist_titlef">Studylist for %s</string>
|
<string name="studylist_titlef">Studylist for %s</string>
|
||||||
|
|
||||||
|
<string name="study_langpick">Your words for:</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue