Android Button去除阴影效果
作者:
天青色等Y雨 | 来源:发表于
2019-11-25 10:23 被阅读0次
<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>
本文标题:Android Button去除阴影效果
本文链接:https://www.haomeiwen.com/subject/ohjdwctx.html
网友评论