android13/frameworks/base/tests/RenderThreadTest/res/values/styles.xml

12 lines
328 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<resources>
<!-- Application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light">
</style>
<style name="AppTheme.Transparent">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
</resources>