mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-16 11:50:09 -04:00
12 lines
356 B
XML
12 lines
356 B
XML
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="AppBaseThemeDark" parent="android:Theme.Holo">
|
|
<!-- API 11 theme customizations go here -->
|
|
</style>
|
|
|
|
<style name="AppBaseThemeLight" parent="android:Theme.Holo.Light">
|
|
<!-- API 11 theme customizations go here -->
|
|
</style>
|
|
|
|
</resources>
|