Skip to content

Commit

Permalink
Try harder to display the message in multiple lines. Some handsets ha…
Browse files Browse the repository at this point in the history
…ve issues.
  • Loading branch information
pilhuhn committed Jun 10, 2012
1 parent a1f9e5f commit 4fbfa52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/layout-land/tweet_list_item.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
android:autoLink="none" android:autoLink="none"
android:layout_below="@id/ListUserView" android:layout_below="@id/ListUserView"
android:focusable="false" android:focusable="false"
android:scrollHorizontally="false"
android:inputType="textMultiLine"

/> />
</RelativeLayout> </RelativeLayout>
3 changes: 3 additions & 0 deletions res/layout-xlarge/tweet_list_item.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
android:autoLink="none" android:autoLink="none"
android:layout_below="@id/ListUserView" android:layout_below="@id/ListUserView"
android:focusable="false" android:focusable="false"
android:scrollHorizontally="false"
android:inputType="textMultiLine"

/> />
</RelativeLayout> </RelativeLayout>
2 changes: 2 additions & 0 deletions res/layout/tweet_list_item.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@
android:autoLink="none" android:autoLink="none"
android:layout_below="@id/ListTextView" android:layout_below="@id/ListTextView"
android:focusable="false" android:focusable="false"
android:scrollHorizontally="false"
android:inputType="textMultiLine"
/> />
</RelativeLayout> </RelativeLayout>

0 comments on commit 4fbfa52

Please sign in to comment.