这就是我的编辑文字的样子。它会拉伸我的文字并在单词之间添加不需要的空格
这是strings.xml中的文字:
<string name="type_msg">Type your message...</string>
这是布局xml代码:
<EditText
android:id="@+id/chat_message"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:clickable="false"
android:scrollbarStyle="outsideOverlay"
android:background="@drawable/chat_text_box_corners"
android:maxLines="4"
android:minLines="1"
android:scrollbars="vertical"
android:hint="@string/type_msg"
android:paddingTop="7dp"
android:paddingBottom="7dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:layout_marginRight="7dp"
android:layout_marginLeft="7dp"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/gray_text"
android:layout_toLeftOf="@id/send_message"
android:layout_toRightOf="@id/call_btn"
/>
当我输入时它的行为相同:
答案 0 :(得分:0)
Android中有settext
属性用于水平缩放oftext
..相应调整文字。
点击此链接:http://developer.android.com/reference/android/widget/TextView.html#attr_android:textScaleX