Posted August 9, 20204 yr Administrators Download : The distributive is available by request only. Release d ate: 9 August 2020 Changelog: * TfgForm: - Now CloseOnHardwareBack property works for all forms (including first). - https://forum.fgx-native.com/topic/435-tfgform-%D1%87%D1%82%D0%BE-%D0%B4%D0%B5%D0%BB%D0%B0%D0%B5%D1%82-%D0%BF%D1%83%D0%BD%D0%BA%D1%82-closeonhardwareback * TfgNavigationBar: - Fixed applying TintColor in designer. Now the tint is applied using the same algorithm as in Android SRC_IN. * TfgCollectionView: - The new overloaded version of ScrollToItem was added. Now user can specify location of item in viewport. - TfgCollectionViewStyle.OnTap was implemented. * Assets manager localization: - Assets panel with for custom file was translated. * TfgBitmap: - Added simplified access to native bitmap. To do this, you need to add FGX.Canvas in uses.Android and native bitmap can be obtained as follows: Bitmap.Handle.NativeBitmap. - Added a property that returns the logical size of the bitmap. * TfgListMenu: - Fixed an error that occurred when rebuilding the menu. * Android Api: - Added headers for working with the RingtoneManager.