我想将按钮的文本居中,该按钮的样式为Spinner元素。 第一个元素居中,因为它实际上是一个微调器。
提前谢谢。 :)XML:
<Button
android:id="@+id/btn_picksnoozetime"
style="@android:style/Widget.Holo.Light.Spinner"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textSize="@dimen/textSize"
android:textAlignment="center"
/>