Skip to content

Commit

Permalink
Added + before newly defined ids
Browse files Browse the repository at this point in the history
  • Loading branch information
AaskaShah committed Jan 28, 2016
1 parent 483318b commit 45970e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PowerUp/app/src/main/res/layout/pgame.xml
Expand Up @@ -41,15 +41,15 @@
android:background="@drawable/home" />

<Button
android:id="@id/redoButton"
android:id="@+id/redoButton"
android:layout_width="@dimen/redo_button_width"
android:layout_height="@dimen/redo_button_height"
android:layout_alignParentTop="true"
android:layout_toLeftOf="@id/continueButtonGoesToMap"
android:background="@drawable/replay" />

<ImageView
android:id="@id/askerImageView"
android:id="@+id/askerImageView"
android:layout_width="@dimen/asker_image_view_width"
android:layout_height="@dimen/asker_image_view_height"
android:layout_alignParentRight="true"
Expand Down

0 comments on commit 45970e0

Please sign in to comment.