Payment UI Design using xamarin form
Payment UI Design using xamarin form Add following code in App.xaml in Resource Dictionary tag get fontawesome code from here Watch video to understand code <Color x:Key="Primary">#3AC3D6</Color> <Color x:Key="Secondary">#FFFFFF</Color> <Color x:Key="TextColorGray">#333333</Color> <Color x:Key="SeparatorColor">#E8E8E9</Color> <Color x:Key="BGColor">#FFFCF7</Color> <Style TargetType="Label" x:Key="PoppinsBoldLabel"> <Setter Property="FontFamily" Value="Helvetica"></Setter> <Setter Property="FontAttributes" Value="Bold"></Setter> ...