Skip to content

Commit 530907a

Browse files
committed
Fixed bug
- The last item was cut off.
1 parent c35d4b5 commit 530907a

4 files changed

Lines changed: 3278 additions & 2974 deletions

File tree

MaterialSearchBar.Sample/MainActivity.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ protected override void OnCreate(Bundle savedInstanceState)
8080
catch (System.Exception ex)
8181
{
8282
Toast.MakeText(this, ex.GetBaseException().Message, ToastLength.Long);
83-
//System.Console.WriteLine(ex);
8483
}
8584
}
8685

MaterialSearchBar.Sample/MaterialSearchBar.Sample.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
4141
<AotAssemblies>false</AotAssemblies>
4242
<EnableLLVM>false</EnableLLVM>
43-
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
43+
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
4444
<BundleAssemblies>false</BundleAssemblies>
4545
<AndroidPackageFormat>apk</AndroidPackageFormat>
46+
<AndroidCreatePackagePerAbi>true</AndroidCreatePackagePerAbi>
4647
</PropertyGroup>
4748
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4849
<DebugSymbols>True</DebugSymbols>
@@ -255,10 +256,10 @@
255256
<PackageReference Include="Xamarin.AndroidX.RecyclerView">
256257
<Version>1.2.1</Version>
257258
</PackageReference>
258-
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.3.0.1" />
259+
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.4.0" />
259260
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.Core.Utils" Version="1.0.0.7" />
260261
<PackageReference Include="Xamarin.AndroidX.Browser" Version="1.3.0.5" />
261-
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
262+
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
262263
<PackageReference Include="Xamarin.AndroidX.AppCompat">
263264
<Version>1.3.0</Version>
264265
</PackageReference>

0 commit comments

Comments
 (0)