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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -