如何在Android 3.0中创建单行EditText

时间:2012-03-17 20:20:48

标签: android android-widget

我使用的是Android 3.0。我需要创建一个EditText,它应该只采用单行,文本应该水平滚动。我使用Android:singleline = true。但是当文本到达edittext宽度的末尾时,下一行文本将进入下一行。 任何人都可以帮我如何在Android 3.0中创建单行EditText。我使用的EditText包含在TableLayout的TableRow中。

先谢谢,

1 个答案:

答案 0 :(得分:0)

我相信这就是你要找的...... http://developer.android.com/reference/android/widget/TextView.html#attr_android:scrollHorizontally

使用XML的android:scrollHorizontally属性或代码中的setHorizontallyScrolling