1
0
Fork 0

fixes #4179 removed control highlight from disconnect button (#4806)

set colorControlHighlight to transparent in activity theme.
property cannot be set in view because it is overwritten by activity theme.
master
Mihai Adrian 2019-08-20 02:16:06 +03:00 committed by Jeff Boek
parent 0d4eceed56
commit bf42abb21c
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@
<style name="CreateCollectionDialogStyle" parent="DialogStyleBase"/>
<style name="FirefoxAccountsDialogStyle" parent="DialogStyleBase">
<item name="android:windowBackground">@drawable/scrim_background</item>
<item name="android:colorControlHighlight">@android:color/transparent</item>
</style>
<style name="ShareDialogStyle" parent="DialogStyleBase"/>