xamarin.android - Monodroid is able to use any default theme? -
i know if can use android default themes in app avoid create manually, , way invoke.
resources in mono android same in standard android applications, including styles , themes. if wanted apply light theme entire application, example, creating application class , specifying theme in attribute:
[application(theme = "@android:style/theme.light"] public class myapplication : application { }
Comments
Post a Comment