Skip to content

Commit

Permalink
remove spacing in quest selection screen as it did not solve the #694
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 2, 2018
1 parent bf6957a commit 58124c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/src/main/res/layout/fragment_quest_selection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/table_header"
android:layout_above="@+id/footer_space"
android:layout_alignParentBottom="true"
tools:listitem="@layout/row_quest_selection"/>

<View
android:id="@+id/footer_space"
android:layout_width="match_parent"
android:layout_height="@dimen/activity_vertical_margin"
android:layout_alignParentBottom="true"/>

</RelativeLayout>

0 comments on commit 58124c3

Please sign in to comment.