mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
452 B
18 lines
452 B
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
|
</style>
|
|
|
|
<style name="Theme.ImageList" parent="AppTheme">
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
<item name="android:backgroundDimEnabled">true</item>
|
|
</style>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
|
|
|
|
|