Skip to content

Commit

Permalink
Login changed to use references instead of hard-coded strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Goodman authored and Randall Goodman committed Mar 31, 2014
1 parent 9f961ee commit 6e76989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/layout/login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:layout_alignParentLeft="true"
android:layout_marginBottom="84dp"
android:background="@color/green"
android:text="Login" />
android:text="@string/login" />

<Button
android:id="@+id/button1"
Expand All @@ -45,6 +45,6 @@
android:layout_alignBottom="@+id/button2"
android:layout_alignParentRight="true"
android:background="@color/green"
android:text="Create Account" />
android:text="@string/create_account" />

</RelativeLayout>

0 comments on commit 6e76989

Please sign in to comment.