2015-06-11 23:35:28 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="SwapTheme.Wizard" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
<item name="android:actionButtonStyle">@style/SwapTheme.Wizard.ActionButton</item>
|
|
|
|
</style>
|
|
|
|
|
2015-07-23 09:19:20 +03:00
|
|
|
<style name="AlertDialogBaseThemeDark" parent="Theme.AppCompat.Dialog.Alert">
|
|
|
|
<item name="android:windowMinWidthMajor">@android:dimen/dialog_min_width_major</item>
|
|
|
|
<item name="android:windowMinWidthMinor">@android:dimen/dialog_min_width_minor</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AlertDialogBaseThemeLight" parent="Theme.AppCompat.Light.Dialog.Alert">
|
|
|
|
<item name="android:windowMinWidthMajor">@android:dimen/dialog_min_width_major</item>
|
|
|
|
<item name="android:windowMinWidthMinor">@android:dimen/dialog_min_width_minor</item>
|
|
|
|
</style>
|
|
|
|
|
2015-10-05 14:32:10 +02:00
|
|
|
<style name="AppDetailsLink" parent="AppDetailsLinkBase">
|
|
|
|
<item name="android:background">?android:attr/selectableItemBackground</item>
|
|
|
|
</style>
|
|
|
|
|
2015-07-23 09:19:20 +03:00
|
|
|
</resources>
|