You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored AppCompatFormsApplicationActivity and created a new base class, AppCompatFormsActivity. This allows deriving other activities if needed for non-standard Forms activities (i.e., you want to inflate your own layouts).
Cached various reflection methods for speed.
Added standard themes for AppCompat, AppCompat.Light, and AppCompat.Light.DarkActionBar. You no longer need to write your own styles.xml and can use these instead.