Android Button去除阴影效果

2019-11-25  本文已影响0人  天青色等Y雨
<Button
            style="?android:attr/borderlessButtonStyle"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
<style name="MyStyle" parent="@style/Widget.AppCompat.Button.Borderless">
        <item name="android:textSize">@dimen/sp_16</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">@dimen/y49</item>
        <item name="android:background">@drawable/selector_next</item>
</style>
上一篇下一篇

猜你喜欢

热点阅读