这就是 Eclipse 在编辑器中向我展示的内容。
http://i.stack.imgur.com/tjwu9.png
这就是我在手机上运行它时的样子。
http://i.stack.imgur.com/V6NG5.png
这是我使用的代码。
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="bottom" >
<Button
android:id="@+id/buttonLocation"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/settings_button"
android:text="Settings" android:textStyle="bold" android:textSize="24dp" android:textColor="#000000" android:gravity="center_horizontal"/>
</LinearLayout>
我需要设置在中心。我该如何解决这个问题?