Skip to content

Commit

Permalink
Adjust sound layout
Browse files Browse the repository at this point in the history
  • Loading branch information
danesfeder committed Oct 27, 2017
1 parent 7f44b63 commit 2fd7065
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/instructionLayout"
android:layout_marginTop="-8dp"
android:layout_marginTop="-9dp"
android:visibility="gone"/>

<include
android:id="@+id/soundLayout"
layout="@layout/sound_layout"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_below="@id/turnLaneLayout"/>

</RelativeLayout>

0 comments on commit 2fd7065

Please sign in to comment.