Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Hans.Lahe
/
thesis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Pipelines
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
54e66f0a
authored
Jun 06, 2017
by
Joosep L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Readme.md
parent
a9c1be32
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
app/Readme.md
app/src/main/java/ee/ttu/thesis/ui/list/ListActivity.java
app/src/main/res/values/colors.xml
app/Readme.md
View file @
54e66f0a
...
...
@@ -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
app/src/main/java/ee/ttu/thesis/ui/list/ListActivity.java
View file @
54e66f0a
...
...
@@ -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
());
...
...
app/src/main/res/values/colors.xml
View file @
54e66f0a
...
...
@@ -40,5 +40,5 @@
<color
name=
"OrderUnSelectedTabTextColor"
>
@color/colorPrimary
</color>
<color
name=
"mapBoundFillColor"
>
#
64
2d303c
</color>
<color
name=
"mapBoundFillColor"
>
#
50
2d303c
</color>
</resources>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment