-1
     <TextView
     android:layout_width="wrap_content"
     android:layout_height="0dp"
     android:layout_weight="2"
     android:text="&#x2500; 23"
     android:textColor="#ffffff"
     android:textSize="9sp" />

将结果

    23 ─ 

而不是期待

    ─ 23

为什么?

4

1 回答 1

0

图形布局和 xml 编辑器之间的一些 Eclipse 问题。

错误的样子

于 2013-10-23T02:28:04.033 回答