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
Sign in
Toggle navigation
Menu
Valentin Tomas Leslye Leon
SalaSegura
Commits
840e8128
Commit
840e8128
authored
4 years ago
by
Valentin Tomas Leslye Leon
Browse files
Options
Download
Patches
Plain Diff
Login Sala Segura
parents
master
blog
blog
No related merge requests found
Changes
43
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+15
-0
.gitignore
.idea/.gitignore
+3
-0
.idea/.gitignore
.idea/.name
+2
-0
.idea/.name
.idea/compiler.xml
+7
-0
.idea/compiler.xml
.idea/gradle.xml
+23
-0
.idea/gradle.xml
.idea/jarRepositories.xml
+26
-0
.idea/jarRepositories.xml
.idea/misc.xml
+10
-0
.idea/misc.xml
.idea/vcs.xml
+7
-0
.idea/vcs.xml
app/.gitignore
+2
-0
app/.gitignore
app/build.gradle
+39
-0
app/build.gradle
app/proguard-rules.pro
+22
-0
app/proguard-rules.pro
app/src/androidTest/java/com/example/logginsalasegura/ExampleInstrumentedTest.java
+26
-0
...com/example/logginsalasegura/ExampleInstrumentedTest.java
app/src/main/AndroidManifest.xml
+22
-0
app/src/main/AndroidManifest.xml
app/src/main/java/com/example/logginsalasegura/MainActivity.java
+14
-0
.../main/java/com/example/logginsalasegura/MainActivity.java
app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+31
-0
app/src/main/res/drawable-v24/ic_launcher_foreground.xml
app/src/main/res/drawable/fondo_usm.jpg
+0
-0
app/src/main/res/drawable/fondo_usm.jpg
app/src/main/res/drawable/ic_launcher_background.xml
+170
-0
app/src/main/res/drawable/ic_launcher_background.xml
app/src/main/res/drawable/logo1.png
+0
-0
app/src/main/res/drawable/logo1.png
app/src/main/res/layout/activity_main.xml
+78
-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
with
503 additions
and
0 deletions
+503
-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