This app shows a weird behavior of Xamarin.Android.
Android app contains a file btn_task_sign.png
in Resources/drawable/hdpi
.
Output APK compiled in Release mode contains same file in the same folder, but the file size is 308 bytes.
Looking for any clues why this is happening and how to control that.
<AndroidExplicitCrunch>true</AndroidExplicitCrunch>
does not change this behavior.