MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

Added AppCompat versions of some controls #178

Closed ghost closed 8 years ago

ghost commented 8 years ago

MxxAutoCompleteTextView, MvxImageView, MvxListView, and MvxRadioGroup. Fixed fragments not using the ActivityHelper to inflate the Mvx views to their appcompat versions.

Befor merging, see https://github.com/MvvmCross/MvvmCross/issues/1227

Wondering if I need to add or edit the binding setup for ImageView and AutoCompleteTextView