Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
loginTeamAndroid
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Miguel Do Carmo
loginTeamAndroid
Commits
1bd76e73
Commit
1bd76e73
authored
Mar 09, 2020
by
Yannine Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit inicial, creando login.
parent
c511714e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
5 deletions
+26
-5
.idea/misc.xml
+1
-1
app/src/main/res/layout/activity_main.xml
+25
-4
No files found.
.idea/misc.xml
View file @
1bd76e73
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
project-jdk-name=
"1.8
(4)
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
app/src/main/res/layout/activity_main.xml
View file @
1bd76e73
...
...
@@ -7,12 +7,32 @@
tools:context=
".MainActivity"
>
<TextView
android:id=
"@+id/textView"
android:layout_width=
"79dp"
android:layout_height=
"26dp"
android:layout_marginStart=
"132dp"
android:layout_marginTop=
"88dp"
android:text=
"Login"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/textView2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:
text=
"Hello World!
"
a
pp:layout_constraintBottom_toBottomOf=
"parent
"
a
pp:layout_constraintLeft_toLeftOf=
"parent
"
app:layout_constraint
Right_toRigh
tOf=
"parent"
android:
layout_marginStart=
"60dp
"
a
ndroid:layout_marginTop=
"145dp
"
a
ndroid:text=
"Usuario:
"
app:layout_constraint
Start_toStar
tOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/textView3"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"58dp"
android:layout_marginTop=
"14dp"
android:text=
"Contraseña: "
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/textView2"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
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