Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Claverie
morpion-java
Commits
7c244c6d
Commit
7c244c6d
authored
5 years ago
by
cap10ben
Browse files
Options
Download
Patches
Plain Diff
first commit
parents
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+14
-0
.gitignore
.idea/.name
+2
-0
.idea/.name
.idea/codeStyles/Project.xml
+117
-0
.idea/codeStyles/Project.xml
.idea/gradle.xml
+17
-0
.idea/gradle.xml
.idea/misc.xml
+10
-0
.idea/misc.xml
.idea/runConfigurations.xml
+13
-0
.idea/runConfigurations.xml
app/.gitignore
+1
-0
app/.gitignore
app/build.gradle
+29
-0
app/build.gradle
app/proguard-rules.pro
+21
-0
app/proguard-rules.pro
app/src/androidTest/java/com/example/myapplication/ExampleInstrumentedTest.java
+27
-0
...va/com/example/myapplication/ExampleInstrumentedTest.java
app/src/main/AndroidManifest.xml
+22
-0
app/src/main/AndroidManifest.xml
app/src/main/java/com/example/myapplication/MainActivity.java
+217
-0
...src/main/java/com/example/myapplication/MainActivity.java
app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+34
-0
app/src/main/res/drawable-v24/ic_launcher_foreground.xml
app/src/main/res/drawable/ic_launcher_background.xml
+170
-0
app/src/main/res/drawable/ic_launcher_background.xml
app/src/main/res/layout/activity_main.xml
+137
-0
app/src/main/res/layout/activity_main.xml
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+6
-0
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+6
-0
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
app/src/main/res/mipmap-hdpi/ic_launcher.png
+0
-0
app/src/main/res/mipmap-hdpi/ic_launcher.png
app/src/main/res/mipmap-hdpi/ic_launcher_round.png
+0
-0
app/src/main/res/mipmap-hdpi/ic_launcher_round.png
app/src/main/res/mipmap-mdpi/ic_launcher.png
+0
-0
app/src/main/res/mipmap-mdpi/ic_launcher.png
with
843 additions
and
0 deletions
+843
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets