develop #10
@ -15,14 +15,30 @@ namespace Klient.Droid
|
||||
{
|
||||
protected override void OnCreate(Bundle savedInstanceState)
|
||||
{
|
||||
|
||||
|
||||
base.OnCreate(savedInstanceState);
|
||||
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
|
||||
LoadApplication(new App());
|
||||
SetContentView(Resource.Layout.ekranLogowania);
|
||||
}
|
||||
|
||||
[Java.Interop.Export("In")]
|
||||
async public void SignIn(View v)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Java.Interop.Export("Reset")]
|
||||
async public void ResetPassword()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Java.Interop.Export("SignUp")]
|
||||
async public void SignUp()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Java.Interop.Export("HelpLoginScreen")]
|
||||
public void HelpLoginScreen(View v)
|
||||
{
|
||||
|
@ -87,9 +87,10 @@
|
||||
<Switch
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/PasswordSee2"
|
||||
android:id="@+id/PasswordSee2"
|
||||
android:layout_toRightOf="@id/RepeatPassword"
|
||||
android:layout_below="@id/NewPassword"/>
|
||||
android:layout_below="@id/NewPassword"
|
||||
android:checked="false" />
|
||||
<Button
|
||||
android:text=" Załóż \n konto"
|
||||
android:layout_width="100.5dp"
|
||||
@ -100,7 +101,8 @@
|
||||
android:layout_below="@id/RepeatPassword"
|
||||
android:layout_alignParentRight="false"
|
||||
android:foregroundGravity="center"
|
||||
android:layout_centerHorizontal="true" />
|
||||
android:layout_centerHorizontal="true"
|
||||
android:onClick="Register" />
|
||||
<TextView
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:layout_width="wrap_content"
|
||||
|
Loading…
Reference in New Issue
Block a user