-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from YogeshwaranCM/master
Changes for 3.0.0 release
- Loading branch information
Showing
465 changed files
with
9,971 additions
and
8,584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
EssentialUIKit.Android/Renderers/CalenderDatePickerRenderer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
using Android.Content; | ||
using Xamarin.Forms; | ||
using Xamarin.Forms.Platform.Android; | ||
|
||
[assembly: ExportRenderer(typeof(EssentialUIKit.Controls.CalenderDatePicker), typeof(EssentialUIKit.Droid.CalenderDatePickerRenderer))] | ||
|
||
namespace EssentialUIKit.Droid | ||
{ | ||
/// <summary> | ||
/// Implementation of Calender Data picker control. | ||
/// </summary> | ||
public class CalenderDatePickerRenderer : DatePickerRenderer | ||
{ | ||
public CalenderDatePickerRenderer(Context context) : base(context) | ||
{ | ||
} | ||
|
||
/// <summary> | ||
/// Used to customize the date picker control. | ||
/// </summary> | ||
/// <param name="e">The DatePicker</param> | ||
protected override void OnElementChanged(ElementChangedEventArgs<DatePicker> e) | ||
{ | ||
base.OnElementChanged(e); | ||
if (this.Control != null) | ||
{ | ||
this.Control.SetBackground(null); | ||
Control.Text = (e.NewElement as Controls.CalenderDatePicker).PlaceHolderText; | ||
Control.SetTextColor(new Android.Graphics.Color(96, 106, 123)); | ||
Control.Gravity = Android.Views.GravityFlags.CenterVertical; | ||
Control.SetPadding(0, 0, 0, 0); | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+421 KB
(760%)
EssentialUIKit.Android/Resources/drawable-hdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+181 KB
(410%)
EssentialUIKit.Android/Resources/drawable-land-hdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+114 KB
(390%)
EssentialUIKit.Android/Resources/drawable-land-mdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+446 KB
(470%)
EssentialUIKit.Android/Resources/drawable-land-xhdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.02 MB
(690%)
EssentialUIKit.Android/Resources/drawable-land-xxhdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.78 MB
(720%)
EssentialUIKit.Android/Resources/drawable-land-xxxhdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+181 KB
(410%)
EssentialUIKit.Android/Resources/drawable-land/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+594 KB
(880%)
EssentialUIKit.Android/Resources/drawable-mdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+746 KB
(900%)
EssentialUIKit.Android/Resources/drawable-xhdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.55 MB
(1100%)
EssentialUIKit.Android/Resources/drawable-xxhdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.72 MB
(660%)
EssentialUIKit.Android/Resources/drawable-xxxhdpi/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
149 changes: 0 additions & 149 deletions
149
EssentialUIKit.Android/Resources/drawable/ChooseGradient.svg
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
EssentialUIKit.Android/Resources/drawable/ConfirmGradient.svg
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.