зеркало из https://github.com/DeGsoft/maui-linux.git
23 строки
435 B
C#
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 ()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
} |