This repository was archived by the owner on Mar 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ void SetupBlurView()
71
71
. SetHasFixedTransformationMatrix ( true ) ;
72
72
73
73
int initialProgress = ( int ) ( radius * step ) ;
74
- radiusSeekBar . SetProgress ( initialProgress , true ) ;
74
+ radiusSeekBar . Progress = initialProgress ;
75
75
76
76
radiusSeekBar . ProgressChanged += ( sender , args ) =>
77
77
{
Original file line number Diff line number Diff line change 19
19
<AndroidUseLatestPlatformSdk >True</AndroidUseLatestPlatformSdk >
20
20
<DevInstrumentationEnabled >True</DevInstrumentationEnabled >
21
21
<AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
22
- <TargetFrameworkVersion >v8.0 </TargetFrameworkVersion >
22
+ <TargetFrameworkVersion >v8.1 </TargetFrameworkVersion >
23
23
<NuGetPackageImportStamp >
24
24
</NuGetPackageImportStamp >
25
25
</PropertyGroup >
42
42
<ErrorReport >prompt</ErrorReport >
43
43
<WarningLevel >4</WarningLevel >
44
44
<AndroidUseSharedRuntime >False</AndroidUseSharedRuntime >
45
- < AndroidLinkMode >SdkOnly</ AndroidLinkMode >
45
+ < EnableProguard >true</ EnableProguard >
46
46
</PropertyGroup >
47
47
<ItemGroup >
48
48
<Reference Include =" Mono.Android" />
Original file line number Diff line number Diff line change 14
14
<AssemblyName >Xamarin.BlurView</AssemblyName >
15
15
<FileAlignment >512</FileAlignment >
16
16
<AndroidUseLatestPlatformSdk >True</AndroidUseLatestPlatformSdk >
17
- <TargetFrameworkVersion >v8.0 </TargetFrameworkVersion >
17
+ <TargetFrameworkVersion >v8.1 </TargetFrameworkVersion >
18
18
<NuGetPackageImportStamp >
19
19
</NuGetPackageImportStamp >
20
20
<PackOnBuild >true</PackOnBuild >
37
37
<DefineConstants >DEBUG;TRACE</DefineConstants >
38
38
<ErrorReport >prompt</ErrorReport >
39
39
<WarningLevel >4</WarningLevel >
40
- <DocumentationFile >bin\Debug\Xamarin.BlurView.xml</DocumentationFile >
41
40
</PropertyGroup >
42
41
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
43
- <DebugType >pdbonly</DebugType >
44
42
<Optimize >true</Optimize >
45
43
<OutputPath >bin\Release\</OutputPath >
46
44
<DefineConstants >TRACE</DefineConstants >
You can’t perform that action at this time.
0 commit comments