aboutsummaryrefslogtreecommitdiffstats
path: root/samples/gradle-sample/ExampleApplication/app/src/main/res/values/styles.xml
blob: 766ab9930487aebdf634594950b22d39b44d8125 (plain)
1
2
3
4
5
6
7
8
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
    </style>

</resources>