Newer
Older
BrandKing / app / src / main / res / values / styles.xml
bello on 27 Jan 2018 608 bytes 完善界面
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>

        <item name="windowNoTitle">true</item>
        <item name="android:windowBackground">@color/bg</item>
        <item name="android:textColor">@color/white</item>
        <item name="android:textSize">@dimen/px36</item>
    </style>

</resources>