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
Changed some themes to make them more consisten. Fixed color for AppCompatEditText.
Fixes
Fixed issue #27. When pushing pages, the drawer should not toggle between arrow and menu. Also, when popping to root the arrow should turn back into a hamburger.
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.