Skip to content

1.0.0.60

Choose a tag to compare

@mikepham mikepham released this 20 Jun 05:17
· 67 commits to master since this release

Refactorings

Changes

  • 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.