Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
12 lines
328 B
XML
12 lines
328 B
XML
<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>
|