xref: /aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/res/values/styles.xml (revision f99be7d8b6514e88ac10f2e78d89d406712b34e9)
1<resources>
2
3    <!-- Application theme. -->
4    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
5        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
6    </style>
7
8</resources>
9