Manage your torrents from your Android device
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.

15 lines
714 B

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Transdroid" parent="@style/Theme.Sherlock">
<item name="android:windowBackground">@color/WindowBackgroundColor</item>
<item name="abLogo">@drawable/pixel</item>
<item name="abTitleTextStyle">@style/WindowTitleText</item>
<item name="abDisplayOptions">showHome|useLogo</item>
<item name="abBackground">@color/TitleBackgroundColor</item>
<item name="actionSpinnerItemStyle">@style/WindowTitleText</item>
<item name="selectableItemBackground">@drawable/title_button</item>
</style>
<style name="Theme.Transdroid.NoTitle" parent="@style/Theme.Sherlock">
<item name="android:windowNoTitle">true</item>
</style>
</resources>