问问题
211 次
2 回答
0
使用 android:gravity="center",并在左侧和右侧添加填充以创建项目之间的空白。
布局使用 Layout_gravity 来定义它们如何将视图放入其中。重力用于视图中的文本/数据。
于 2013-03-30T04:07:43.463 回答
0
尝试这个,
<TextView
android:id="@+id/txtName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#FF0000"
android:padding="10dip"
android:text="7"
android:textColor="#fff" />
于 2013-03-30T06:49:58.143 回答