From 75728462433b19567710f54a9d4767681b10be95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 22 Apr 2013 18:07:07 +0200 Subject: Coded dialog (now there is a button in the Dashboard), time to test. I need to implement bypass for dev.bitmask.net, because bitmask.net is down. --- res/layout/log_in_dialog.xml | 32 ++++++++++++++++++++++++++++++++ res/menu/client_dashboard.xml | 1 + res/values/strings.xml | 4 ++++ 3 files changed, 37 insertions(+) create mode 100644 res/layout/log_in_dialog.xml (limited to 'res') diff --git a/res/layout/log_in_dialog.xml b/res/layout/log_in_dialog.xml new file mode 100644 index 0000000..6f28118 --- /dev/null +++ b/res/layout/log_in_dialog.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index 87e7ae6..fffd4e2 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -7,5 +7,6 @@ android:title="@string/menu_settings"/> + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 2deb23f..6e84bed 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -265,5 +265,9 @@ Introduce new provider Save New provider\'s main URL + Introduce your username + Enter your password + Log in + Log In \ No newline at end of file -- cgit v1.2.3