mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
stack-overflow config wierdness to fix long chat lines not
wrapping. Needs testing on multiple OS versions.
This commit is contained in:
parent
5dc7b66e89
commit
78fb130e4f
1 changed files with 6 additions and 0 deletions
|
@ -3,8 +3,14 @@
|
|||
<TableRow xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<TextView android:id="@+id/chat_row_name"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_marginRight="8dp"
|
||||
/>
|
||||
<TextView android:id="@+id/chat_row_text"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:singleLine="false"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
</TableRow>
|
||||
|
|
Loading…
Reference in a new issue