Commit 54e66f0a by Joosep L

Updated Readme.md

parent a9c1be32
......@@ -8,5 +8,5 @@ Simplest way to test would be via Android Studio.
You should be able to import the project directly into Android Studio:
+ Start Android Studio
+ File=>New=>Import Project
+ Go to File=>New=>Import Project
+ Press Ok and wait for all the tasks to complete
......@@ -276,6 +276,7 @@ public class ListActivity extends BaseActivity implements AddGameDialogFragment.
@Override
public void addGame(UserGame response) {
Date now = new Date();
mUserGames.add(response);
Game game = response.getGame();
game.setUserGameId(response.getUserGameId());
......
......@@ -40,5 +40,5 @@
<color name="OrderUnSelectedTabTextColor">@color/colorPrimary</color>
<color name="mapBoundFillColor">#642d303c</color>
<color name="mapBoundFillColor">#502d303c</color>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment