<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>
网友评论