AndroidSupportComponents
AndroidSupportComponents copied to clipboard
Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
Hi everyone, ### Xamarin.Android Version (eg: 6.0): 9.4.1.0 ### Operating System & Version (eg: Mac OSX 10.11): macOS Mojave 10.14.6 ### Support Libraries Version (eg: 23.3.0): 28.0.0.1 ### Describe your...
### Xamarin.Android Version (eg: 6.0): 7 and below have the issue. 8+ works as expected. ### Operating System & Version (eg: Mac OSX 10.11): Windows 10 ### Support Libraries Version...
`Android.Support.V7.App.AlertDialog.Builder` has 4 interesting methods: `SetPositiveButton(string, EventHandler)`, `SetNeutralButton(string, EventHandler)`, `SetNegativeButton(string, EventHandler)` and `SetOnCancelListener(IDialogInterfaceOnCancelListener)`. While the first 3 make it easy for the developer to set an action for the user...
Trying to use LiveData in a Xamarin.Android project. LiveData and MutableLiveData have no type parameters so I cannot use SetValue / PostValue with my data and I can't find any...
### Xamarin.Android Version (eg: 6.0): MonoAndroid v9.0 ### Operating System & Version (eg: Mac OSX 10.11): Windows 10 1803 ### Support Libraries Version (eg: 23.3.0): Xamarin.Android.Support.Design (28.0.0.1) ### Describe your...
### Xamarin.Android Version (eg: 6.0): 9.3.0.14 ### Operating System & Version (eg: Mac OSX 10.11): Windows 10 1809 ### Support Libraries Version (eg: 23.3.0): 28.0.0.1 ### Describe your Issue: Enabling...
### Steps to Reproduce 1. Create a 'android.support.design.button.MaterialButton' 2. set style to 'Widget.MaterialComponents.Button.OutlinedButton' 3. run the application ``` ``` Following snippet generates a grey stroke. [DEFAULT STYLE] ``` @color/colorPrimary @color/colorPrimaryDark...
### Xamarin.Android Version (eg: 6.0): 9.2.0.5 (HEAD/292d27fa) ### Operating System & Version (eg: Mac OSX 10.11): Windows 10 1809 (OS build 17763.437) ### Support Libraries Version (eg: 23.3.0): 28.0.0.1 ###...
### OS & SDK version info https://github.com/bitrise-io/bitrise.io/blob/e99ae1dac2792fdbff55b6e4d1d5268f1195d5da/system_reports/osx-vs4mac-stable.log ### Support Libraries Version (eg: 23.3.0): 28.0.0.1 ### Describe your Issue We have a Xamarin.Android app with MvvmCross 6.3.1, no Xamarin.Forms. Sometimes (probably...
In our experiments with creating a Xamarin.Android MSBuild project SDK and testing our compatibility with `dotnet build`, we've ran into the following error in `_VerifyXamarinAndroidSupportVersions`: > Could not load file...