mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Text wrapping; fixes #127
This commit is contained in:
parent
a2b0936026
commit
cfa0032d98
1 changed files with 10 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:labelFor="@id/txtDuration"
|
||||
android:maxWidth="125dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/label_duration" />
|
||||
|
||||
<EditText
|
||||
|
|
@ -104,6 +106,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="45dp"
|
||||
android:gravity="center_vertical"
|
||||
android:maxWidth="125dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/label_mode" />
|
||||
|
||||
<Spinner
|
||||
|
|
@ -125,6 +129,7 @@
|
|||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:maxWidth="125dp"
|
||||
android:text="@string/label_allow_adopt" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
@ -169,6 +174,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:labelFor="@id/txtNickname"
|
||||
android:maxWidth="125dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/label_nickname" />
|
||||
|
||||
<EditText
|
||||
|
|
@ -192,6 +199,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:labelFor="@id/txtGroupCode"
|
||||
android:maxWidth="125dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/label_pin" />
|
||||
|
||||
<EditText
|
||||
|
|
@ -214,6 +223,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="45dp"
|
||||
android:gravity="center_vertical"
|
||||
android:maxWidth="125dp"
|
||||
android:text="@string/label_status" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue