From 04ee167c6478bf98edfb188c805807a2fe11c152 Mon Sep 17 00:00:00 2001 From: misaochan Date: Tue, 20 Oct 2015 23:33:58 +1300 Subject: [PATCH] Added "sign up" button Fixes #6 --- commons/res/layout/activity_login.xml | 8 +++++++- commons/res/values/strings.xml | 1 + .../java/fr/free/nrw/commons/auth/LoginActivity.java | 10 +++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/commons/res/layout/activity_login.xml b/commons/res/layout/activity_login.xml index f464ab79f..8b68532f1 100644 --- a/commons/res/layout/activity_login.xml +++ b/commons/res/layout/activity_login.xml @@ -63,8 +63,14 @@ android:layout_height="wrap_content" android:enabled="false" android:text="@string/login" /> - +