mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-23 21:12:44 +00:00
13 lines
365 B
XML
13 lines
365 B
XML
<resources>
|
|
|
|
<!--
|
|
Base application theme for API 21+. This theme completely replaces
|
|
AppBaseTheme from BOTH res/values/styles.xml and
|
|
res/values-v11/styles.xml on API 21+ devices.
|
|
-->
|
|
<style name="AppBaseTheme" parent="android:Theme.Material">
|
|
<!-- API 21 theme customizations can go here. -->
|
|
</style>
|
|
|
|
</resources>
|