Added "sign up" button

Fixes #6
This commit is contained in:
misaochan 2015-10-20 23:33:58 +13:00
parent 9b256d591d
commit 04ee167c64
3 changed files with 17 additions and 2 deletions

View file

@ -63,8 +63,14 @@
android:layout_height="wrap_content"
android:enabled="false"
android:text="@string/login" />
<Button
android:id="@+id/signupButton"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/signup"
android:layout_gravity="center_horizontal"/>
</LinearLayout>
</LinearLayout>
</ScrollView>

View file

@ -5,6 +5,7 @@
<string name="username">Username</string>
<string name="password">Password</string>
<string name="login">Log in</string>
<string name="signup">Sign up</string>
<string name="logging_in_title">Logging in</string>
<string name="logging_in_message">Please wait...</string>
<string name="login_success">Login success!</string>