1
- # AndroidAboutPage ![ version] ( http://img.shields.io/badge/original-v1.0.6 -brightgreen.svg?style=flat ) [ ![ NuGet] ( https://img.shields.io/nuget/v/AndroidAboutPage.svg?label=NuGet )] ( https://www.nuget.org/packages/AndroidAboutPage/ )
1
+ # AndroidAboutPage ![ version] ( http://img.shields.io/badge/original-v1.2.1 -brightgreen.svg?style=flat ) [ ![ NuGet] ( https://img.shields.io/nuget/v/AndroidAboutPage.svg?label=NuGet )] ( https://www.nuget.org/packages/AndroidAboutPage/ )
2
2
3
3
Port of [ android-about-page] ( https://github.com/medyo/android-about-page ) for Xamarin.Android
4
4
@@ -12,13 +12,13 @@ This library allows to generate beautiful About Pages with less effort, it's ful
12
12
13
13
``` csharp
14
14
View aboutPage = new AboutPage (this )
15
- .IsRTL (false )
15
+ .IsRtl (false )
16
16
.SetImage (Resource .Drawable .dummy_image )
17
17
.AddItem (versionElement )
18
18
.AddItem (adsElement )
19
19
.AddGroup (" Connect with us" )
20
20
21
- .AddWebsite (" http://medyo .github.io/" )
21
+ .AddWebsite (" http://wcoder .github.io/" )
22
22
.AddFacebook (" the.medy" )
23
23
.AddTwitter (" medyo80" )
24
24
.AddYoutube (" UCdPQtdWIsg7_pi4mrRu46vA" )
@@ -32,14 +32,11 @@ View aboutPage = new AboutPage(this)
32
32
33
33
Grab the latest version from NuGet
34
34
35
- > PM Install-Package AndroidAboutPage
35
+ > Install-Package AndroidAboutPage
36
36
37
37
## Dependencies
38
38
39
- * Xamarin.Android.Support.v4
40
39
* Xamarin.Android.Support.v7.AppCompat
41
- * Xamarin.Android.Support.Vector.Drawable
42
- * Xamarin.Android.Support.Animated.Vector.Drawable
43
40
44
41
## Usage
45
42
### 1. Add Description
@@ -54,7 +51,7 @@ SetImage(int)
54
51
```
55
52
56
53
### 3. Add predefined Social network
57
- The library has already some predefined social networks like :
54
+ The library has already some predefined social networks like :
58
55
59
56
* Facebook
60
57
* Twitter
@@ -83,18 +80,49 @@ AddItem(versionElement)
83
80
### 5. Available attributes for Element Class
84
81
85
82
| Function | Description |
86
- | ------------- | :-------------:| -----:|
87
- | string Title | Set title of the element|
88
- | int Color | Set color of the element|
89
- | int Icon | Set icon of the element|
90
- | string Value | Set Element value like Facebook ID|
91
- | string Tag | Set a unique tag value to the element|
92
- | Intent Intent | Set an intent to be called on ` OnClick ` |
83
+ | ------------- | :------------------|
84
+ | ` string ` Title | Set title of the element|
85
+ | ` int ` IconTint | Set color of the element|
86
+ | ` int ` IconDrawable | Set icon of the element|
87
+ | ` string ` Value | Set Element value like Facebook ID|
88
+ | ` Intent ` Intent | Set an intent to be called on ` OnClick ` |
89
+ | ` GravityFlags ` Gravity | Set a unique tag value to the element|
90
+ | ` Action ` ClickHandler | If ` intent ` isn't suitable for you need, implement your custom behaviour by overriding the click event |
93
91
94
92
95
93
## Sample Project
96
94
[ sample] ( https://github.com/wcoder/AndroidAboutPage/tree/master/samples )
97
95
96
+ ## Translations
97
+ The library does supports the following languages :
98
+
99
+ * English (default)
100
+ * German (by [ vanniktech] ( https://github.com/vanniktech ) )
101
+ * Italian (by [ greenaddress] ( https://github.com/greenaddress ) )
102
+ * Croatian (by [ skmlcd] ( https://github.com/skmlcd ) )
103
+ * Arabic (by [ zecharyah] ( https://github.com/zecharyah ) )
104
+ * Slovenian (by [ skmlcd] ( https://github.com/skmlcd ) )
105
+ * Ukrainian (by [ NumezmaT] ( https://github.com/NumezmaT ) )
106
+ * Russian (by [ NumezmaT] ( https://github.com/NumezmaT ) )
107
+ * Romanian (by [ Vally79] ( https://github.com/Vally79 ) )
108
+ * Portuguese Brazil (by [ rbaprado] ( https://github.com/rbaprado ) )
109
+ * French (by [ medyo] ( https://github.com/medyo ) )
110
+ * Simplified Chinese (by [ whiskeyfei] ( https://github.com/whiskeyfei ) )
111
+ * Spanish (by [ danramirez] ( https://github.com/danramirez ) )
112
+ * Japanese (by [ chibatching] ( https://github.com/chibatching ) )
113
+ * Turkish (by [ tekseker] ( https://github.com/tekseker ) )
114
+ * Catalan (by [ unxavi] ( https://github.com/unxavi ) )
115
+ * Czech (by [ semanticer] ( https://github.com/semanticer ) )
116
+ * Hungarian (by [ jbarat] ( https://github.com/jbarat ) )
117
+ * Korean (by [ Alfex4936] ( https://github.com/Alfex4936 ) )
118
+ * Swedish (by [ Krillsson] ( https://github.com/Krillsson ) )
119
+ * Polish (by [ karmil32] ( https://github.com/karmil32 ) )
120
+ * Persian (by [ mortezasun] ( https://github.com/mortezasun ) )
121
+ * Traditional Chinese (by [ ppcrong] ( https://github.com/ppcrong ) )
122
+ * Serbian (by [ ljmocic] ( https://github.com/ljmocic ) )
123
+ * Greek (by [ jvoyatz] ( https://github.com/jvoyatz ) )
124
+
125
+ Please make a Pull request to add a new language.
98
126
99
127
## License
100
128
0 commit comments