Skip to content

Commit

Permalink
Re-arranged the prev, back, next button to see if my commit works.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbd2562 committed Apr 2, 2014
1 parent 53d606f commit d92d5f9
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
4 changes: 4 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.source=1.6
Binary file modified bin/classes/com/example/umm_app/BuildConfig.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/MainActivity.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$attr.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$dimen.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$drawable.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$id.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$layout.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$menu.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$string.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R$style.class
Binary file not shown.
Binary file modified bin/classes/com/example/umm_app/R.class
Binary file not shown.
10 changes: 6 additions & 4 deletions res/layout/login_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
android:layout_alignParentTop="true"
android:layout_marginRight="14dp"
android:layout_marginTop="95dp"
android:ems="10"
android:background="#eeeeee">
android:layout_toRightOf="@+id/button_login2"
android:background="#eeeeee"
android:ems="10" >

<requestFocus />
</EditText>
Expand All @@ -23,11 +24,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/editText1"
android:layout_alignRight="@+id/editText1"
android:layout_below="@+id/editText1"
android:layout_marginTop="34dp"
android:background="#eeeeee"
android:ems="10"
android:inputType="textPassword"
android:background="#eeeeee"/>
android:inputType="textPassword" />

<TextView
android:id="@+id/textView2"
Expand Down
44 changes: 22 additions & 22 deletions res/layout/practice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@
android:layout_height="match_parent"
android:background="@color/background" >

<Button
android:id="@+id/button2"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@color/green"
android:text="Back" />

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/button2"
android:layout_centerHorizontal="true"
android:layout_marginBottom="19dp"
android:background="@color/green"
android:text="Start" />

<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
Expand Down Expand Up @@ -53,15 +33,35 @@
android:text="Tables 1 to 6"
android:textAppearance="?android:attr/textAppearanceLarge" />

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:background="@color/green"
android:text="Start" />

<Button
android:id="@+id/button3"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textView2"
android:layout_marginTop="57dp"
android:layout_alignBaseline="@+id/button2"
android:layout_alignBottom="@+id/button2"
android:layout_toRightOf="@+id/button1"
android:background="@color/green"
android:text="Next" />

<Button
android:id="@+id/button2"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="54dp"
android:layout_toLeftOf="@+id/button1"
android:background="@color/green"
android:text="Back" />

</RelativeLayout>
50 changes: 25 additions & 25 deletions res/layout/practice2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@
android:layout_height="match_parent"
android:background="@color/background" >

<Button
android:id="@+id/button2"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@color/green"
android:text="Back" />

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/button2"
android:layout_centerHorizontal="true"
android:layout_marginBottom="19dp"
android:background="@color/green"
android:text="Start" />

<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
Expand Down Expand Up @@ -58,21 +38,41 @@
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/button3"
android:layout_alignBottom="@+id/button3"
android:layout_toLeftOf="@+id/button1"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:background="@color/green"
android:text="Prev" />

<Button
android:id="@+id/button2"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="77dp"
android:layout_toLeftOf="@+id/button1"
android:background="@color/green"
android:text="Back" />

<Button
android:id="@+id/button3"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textView2"
android:layout_marginTop="57dp"
android:layout_alignBaseline="@+id/button2"
android:layout_alignBottom="@+id/button2"
android:layout_toRightOf="@+id/button1"
android:background="@color/green"
android:text="Next" />

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textView2"
android:layout_centerHorizontal="true"
android:layout_marginTop="49dp"
android:background="@color/green"
android:text="Start" />

</RelativeLayout>
46 changes: 23 additions & 23 deletions res/layout/practice3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@
android:layout_height="match_parent"
android:background="@color/background" >

<Button
android:id="@+id/button2"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@color/green"
android:text="Back" />

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/button2"
android:layout_centerHorizontal="true"
android:layout_marginBottom="19dp"
android:background="@color/green"
android:text="Start" />

<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
Expand Down Expand Up @@ -58,10 +38,30 @@
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/textView2"
android:layout_below="@+id/textView2"
android:layout_marginTop="58dp"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:background="@color/green"
android:text="Prev" />

<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textView2"
android:layout_centerHorizontal="true"
android:layout_marginTop="61dp"
android:background="@color/green"
android:text="Start" />

<Button
android:id="@+id/button2"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/button1"
android:layout_centerHorizontal="true"
android:layout_marginTop="61dp"
android:background="@color/green"
android:text="Back" />

</RelativeLayout>

0 comments on commit d92d5f9

Please sign in to comment.