Skip to content

Commit

Permalink
fix layout of "other answers" button
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Sep 23, 2017
1 parent 661a343 commit f63cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/quest_answer_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<Button
android:id="@+id/buttonOtherAnswers"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="2"
android:text="@string/quest_generic_otherAnswers"
Expand Down

0 comments on commit f63cf14

Please sign in to comment.