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.
nightly-build-test
Mihai Adrian 5 years ago committed by Jeff Boek
parent 0d4eceed56
commit bf42abb21c

@ -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"/>

Loading…
Cancel
Save