今天在写安卓的时候,需要设置一个对话框Dialog,但是发现有的TextView中的文字居然显示不出来。
当时现场:
我设计的样式是这样的!
弹出来的样子是这样的 !
当时的xml代码是这样的!(展示第一行的布局)
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="20dp"
android:orientation="horizontal" >
<TextView
android:layout_width="wrap_content"