Skip to content

Commit

Permalink
bugfix in layout ids
Browse files Browse the repository at this point in the history
  • Loading branch information
euanong committed Aug 2, 2014
1 parent fe99921 commit ab7a873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WikiQuiz/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/button1"
android:layout_below="@+id/button1"
android:layout_centerHorizontal="true"
android:layout_centerVertical="false"
android:onClick="onClickB"
Expand All @@ -42,7 +42,7 @@
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/textView2"
android:layout_below="@+id/textView2"
android:layout_centerHorizontal="true"
android:layout_marginLeft="50dp"
android:layout_marginRight="50dp"
Expand Down

0 comments on commit ab7a873

Please sign in to comment.