Skip to content

Commit

Permalink
🚚 move CustomEntryRendered to Droid folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amelazzi committed Aug 27, 2021
1 parent 1ca347f commit 6a732b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
using Android.Text;
using Android.Text.Method;
using Android.Widget;
using Smartway.UiComponent.Sample.Droid;
using Smartway.UiComponent.Droid.Renderers;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;

[assembly: ExportRenderer(typeof(Entry), typeof(CustomEntryRenderer))]
namespace Smartway.UiComponent.Sample.Droid
namespace Smartway.UiComponent.Droid.Renderers
{
public class CustomEntryRenderer : EntryRenderer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<Compile Include="Effects\AndroidHoldTapEffect.cs" />
<Compile Include="Renderers\BarcodeEntryRenderer.cs" />
<Compile Include="Renderers\CustomButtonRenderer.cs" />
<Compile Include="Renderers\CustomEntryRenderer.cs" />
<Compile Include="Renderers\NoDialogDatePickerRenderer.cs" />
<Compile Include="Resources\Resource.designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="CustomEntryRenderer.cs" />
<Compile Include="MainActivity.cs" />
<Compile Include="NotifyMessageAndroid.cs" />
<Compile Include="Resources\Resource.designer.cs" />
Expand Down

0 comments on commit 6a732b1

Please sign in to comment.