如何将按钮文本居中

时间:2013-08-27 15:07:44

标签: android button

我正在尝试将按钮文本居中,但它始终贴在右侧。我尝试了gravitytextAlignment,但这里没有任何作用,我的代码如下:

<Button
    android:id="@+id/button1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_below="@+id/textView1"
    android:layout_centerHorizontal="true"
    android:layout_marginTop="35dp"
    android:gravity="center"
    android:text="@string/Recipies" />

1 个答案:

答案 0 :(得分:0)

我添加了一次这个问题,我刚刚重启了Eclipse,它工作正常。你试过了吗?