Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseFlorell committed Dec 13, 2017
2 parents 5d89d79 + e33081f commit c172a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Xfx.Controls.Droid/Renderers/XfxEntryRendererDroid.cs
Expand Up @@ -96,8 +96,6 @@ protected override void OnElementChanged(ElementChangedEventArgs<XfxEntry> e)
_defaultTextColor = EditText.TextColors;

Focusable = true;
Control.HintEnabled = true;
Control.HintAnimationEnabled = true;
EditText.ShowSoftInputOnFocus = true;

// Subscribe
Expand Down Expand Up @@ -250,6 +248,8 @@ private void SetHorizontalTextAlignment()
public void SetFloatingHintEnabled()
{
Control.HintEnabled = Element.FloatingHintEnabled;
Control.HintAnimationEnabled = Element.FloatingHintEnabled;
SetFontAttributesSizeAndFamily();
}

public void SetErrorDisplay()
Expand Down

0 comments on commit c172a82

Please sign in to comment.