Skip to content
Snippets Groups Projects
Commit 1f79b2ac authored by Niharika K's avatar Niharika K
Browse files

textview added

parent 6e59a1a0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -39,15 +39,15 @@
android:ems="10"
android:layout_centerVertical="true"
android:layout_alignEnd="@+id/pass"
android:id="@+id/editText3"
android:id="@+id/mail"
android:hint="Email" />
<Button
android:text="sign up"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/editText3"
android:layout_below="@+id/mail"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"
android:id="@+id/button" />
android:id="@+id/signup" />
</RelativeLayout>
......@@ -10,4 +10,13 @@
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.chan24.smartplanner.UserArea">
<TextView
android:text="TextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true"
android:layout_marginStart="134dp"
android:layout_marginTop="17dp"
android:id="@+id/textView" />
</RelativeLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment