我有一个带有自定义布局的列表视图。在布局中,我显示了一系列评论。问题是当评论太长时,我设置为背景的图像会被拉伸。
我知道我可能会使用九个补丁,但问题是它真的有用吗?如果没有,我有什么选择?
有人可以推荐最好的处理方法。
<TextView android:id="@+id/txtCommentBody"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:text="" android:textColor="@color/black" android:paddingTop="25dip"
android:paddingLeft="5dip" android:paddingRight="5dip"
android:layout_marginTop="10dip" android:background="@drawable/comment_bg">
</TextView>