<Button
android:id="@+id/b"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_gravity="center_horizontal"
android:text="怎么了?" />
另外我是线性布局
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/q"
android:orientation="vertical" >
想把文本向右对齐 在textview里加 android:gravity="right"为什么内容就不见了
<TextView
android:id="@+id/phnum"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_marginTop="50dp"
android:text="@string/phnum"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="18sp" />
是bug吧 昨天都没问题。。。谢过 安卓小白爬坑中
习惯受伤