某些设备上的AppCompatButton样式问题

时间:2017-03-29 12:52:08

标签: android xml

我的xml上有这个按钮,正在设置样式:

<android.support.v7.widget.AppCompatButton
            android:id="@+id/start_learning"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="end"
            android:layout_margin="8dp"
            android:padding="16dp"
            android:text="Start Learning"
            android:textColor="@color/white"
            app:theme="@style/AppTheme.Button.Next" />

这是Stylein style.xml

<style name="AppTheme.Button.Next" parent="Base.Widget.AppCompat.Button">

    <item name="colorButtonNormal">@color/digital_green</item>

</style>

当我构建时,它在我测试过的大多数设备上运行良好。在Techno Tab 5.1上,这并不能很好地呈现。该按钮没有样式。

0 个答案:

没有答案