如何在Android UI中设置Button元素的样式?

时间:2016-08-17 19:24:06

标签: android xml button

我的按钮看起来像这样"

Current State

如何制作一个与此相同的简单按钮

Desired state

这是我的xml代码示例:

<Button
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:text="MatchCenter"
                android:elevation="10dp"
                android:paddingBottom="5dp"
                android:layout_margin="10dp"
                android:drawableTop="@drawable/football"
                android:singleLine="true"
                android:background="@drawable/my_button"
                android:id="@+id/MatchCenter"
                android:textAllCaps="false"
                />

1 个答案:

答案 0 :(得分:0)