Newer
Older
Detector / app / src / main / res / values / themes.xml
<resources>
    <!-- Base application theme. -->
    <style name="Base.Theme.Detector.NoActionBar" parent="Theme.MaterialComponents.Light.NoActionBar">
        <!-- Customize your light theme here. -->
        <item name="colorPrimary">@color/themeColor</item>
        <item name="colorAccent">@color/themeColor</item>
    </style>

    <style name="Theme.Detector.NoActionBar" parent="Base.Theme.Detector.NoActionBar" />
</resources>