我有一个带有textview和按钮的布局,如下所示。
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/info_layout">
<TextView
android:id="@+id/tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="20sp" />
<Button android:id="@+id/butn1"
android:layout_gravity="center_horizontal"
android:layout_marginTop="40dip"
android:layout_width="150dip"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/button1" />
</LinearLayout>
上面的布局适用于许多语言,但对于阿拉伯语,它给了抱歉弹出,但如果我将textSize更改为18sp它工作正常。即使我尝试在更改文本大小之前从按钮中删除边距,但问题仍然存在。我将在java文件中为文本View设置文本。所以我不明白这个问题的确切原因。
01-08 03:09:59.959: E/AndroidRuntime(1803): java.lang.StringIndexOutOfBoundsException: length=75; regionStart=52; regionLength=-18