File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
- ## SegmentView
1
+ ## SegmentView
2
+ [ ![ NuGet Badge] ( https://buildstats.info/nuget/Xamarin.SegmentView )] ( https://www.nuget.org/packages/Xamarin.SegmentView/ )
3
+
2
4
Simple Android Segment Control cloned from iOS 13
3
5
4
6
<img src =" https://raw.githubusercontent.com/trinnguyen/Android-SegmentView/master/segment_view_sample.jpg " alt =" Sample Android SegmentView " width =" 360 " />
@@ -65,6 +67,13 @@ protected void onStop() {
65
67
66
68
## Usage in Xamarin.Android
67
69
70
+ ### Nuget
71
+
72
+ ```
73
+ dotnet add package Xamarin.SegmentView
74
+ ```
75
+
76
+
68
77
### Update title
69
78
``` java
70
79
SegmentView segmentView = FindViewById<SegmentView > (Resource . Id . segment_2);
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <metadata >
4
+ <id >Xamarin.SegmentView</id >
5
+ <version >1.0.0</version >
6
+ <title >Xamarin.SegmentView</title >
7
+ <authors >Tri Nguyen</authors >
8
+ <owners >Tri Nguyen</owners >
9
+ <projectUrl >https://github.com/trinnguyen/Android-SegmentView</projectUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <description >Simple Segment Control cloned from iOS 13 for Xamarin.Android</description >
12
+ <releaseNotes >First version</releaseNotes >
13
+ <copyright >Copyright 2020</copyright >
14
+ <tags >Xamarin.SegmentView SegmentView</tags >
15
+ <dependencies >
16
+ <group targetFramework =" MonoAndroid9.0" />
17
+ </dependencies >
18
+ </metadata >
19
+ <files >
20
+ <file src =" bin/Release/Xamarin.SegmentView.dll" target =" lib\monoandroid90" />
21
+ <file src =" bin/Release/Xamarin.SegmentView.pdb" target =" lib\monoandroid90" />
22
+ </files >
23
+ </package >
You can’t perform that action at this time.
0 commit comments