我一直在尋找一個很長的很長一段時間的答案。 我有以下代碼:Android中的文本被截斷
<TableRow
android:id="@+id/tableRow106"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:visibility="gone"
android:background="@drawable/b02_light_bar">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<Button
android:id="@+id/button35"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/b02_play_blue"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="5dp"
>
<TextView
android:id="@+id/textView20"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffffff"
android:text="@string/interaction2"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/textView21"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#41c4dd"
android:text="@string/interaction2cont"
android:textAppearance="?android:attr/textAppearanceSmall" />
</LinearLayout>
</LinearLayout>
</TableRow>
和我textview21文本仍然被截斷,如果太長。 任何人都知道如何解決這個問題? 我向你保證,我嘗試了一切!
你可以把屏幕快照嗎?它如何被切斷或你想要它..! – MKJParekh
圖片在這裏:http://postimage.org/image/sn250vbsn/ 你可以看到,藍色的字符串:選擇一個配對的手機,當多個在車裏被切斷。 – HansStam