Родитель
44182014ad
Коммит
4bc56b4eff
|
@ -36,6 +36,7 @@ namespace Xamarin.Forms.Platform.Android
|
||||||
if (e.OldElement == null)
|
if (e.OldElement == null)
|
||||||
{
|
{
|
||||||
_downButton = new AButton(Context) { Text = "-", Gravity = GravityFlags.Center, Tag = this };
|
_downButton = new AButton(Context) { Text = "-", Gravity = GravityFlags.Center, Tag = this };
|
||||||
|
_downButton.SetHeight((int)Context.ToPixels(10.0));
|
||||||
|
|
||||||
_downButton.SetOnClickListener(StepperListener.Instance);
|
_downButton.SetOnClickListener(StepperListener.Instance);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче