Basically I have a pge like this:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:styling="clr-namespace:Blah.Styling;assembly=RecoveryConnect_Mobile_PCL"
Title="Login"
x:Class="RecoveryConnect_Mobile_PCL.Views.Login.Page_Login"
Style="{x:Static styling:AppStyling.Style_Page_Standard}"> <-- is there a way I can make this bindable???????
</ContentPage>
If I can do that I can toggle between 2 files wach having their own style rules that will affect the app