Files
jellyfin-audio-player/android/app/src/main/res/values/styles.xml

9 lines
230 B
XML
Raw Normal View History

2020-06-16 17:51:51 +02:00
<resources>
2020-07-26 17:02:18 +02:00
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
2020-06-16 17:51:51 +02:00
<!-- Customize your theme here. -->
2020-07-26 17:02:18 +02:00
<!-- <item name="android:textColor">#000000</item> -->
2020-06-16 17:51:51 +02:00
</style>
</resources>