Use setColorFilter on post-21 ActionBars only

This commit is contained in:
Rossen Hristov
2016-11-07 14:12:02 +02:00
parent 45578430ac
commit d674d806aa
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,6 @@
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button text="go to cleared page" tap="navigate"/>
<Button text="go to cleared page" tap="navigate" style="background-color: green;"/>
</StackLayout>
</Page>