无法将文本置于Android按钮中心

时间:2014-04-30 12:01:04

标签: android button center gravity

这是我的问题,当我使用.9png作为背景的Button小部件,用户重力=“中心”时,文本无法在此小部件中居中。但是,如果我使用TextView而不是Button,使用相同的png,那就没关系。

尝试使用10种以上类型的手机进行服务时间。

我认为R.style错了。但是如何?

由于

  <TextView
            android:id="@+id/send_reminder_notice"
            android:layout_width="@dimen/ds220"
            android:layout_height="@dimen/ds80"
            android:background="@drawable/btn_dialog_confirm"
            android:gravity="center"
            android:text="@string/send_msg"
            android:textColor="@color/cp_cont_e"
            android:textSize="@dimen/fontsize32" />

0 个答案:

没有答案