maui-linux/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issu.../Bugzilla29107.xaml.cs

23 строки
435 B
C#

using Xamarin.Forms.CustomAttributes;
using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Controls
{
[Preserve (AllMembers = true)]
[Issue (IssueTracker.Bugzilla, 29107, "Xamarin.Android ScrollView text overlaps", PlatformAffected.Android)]
public partial class Bugzilla29107 : TestContentPage
{
public Bugzilla29107 ()
{
#if APP
InitializeComponent ();
#endif
}
protected override void Init ()
{
}
}
}