Skip to content

Commit

Permalink
Merge pull request #123 from RamolaWeb/master
Browse files Browse the repository at this point in the history
Modified The Quiz Score Activity
  • Loading branch information
sukhbir-singh authored Oct 26, 2016
2 parents 17c5849 + 128aade commit 91a2dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_quiz_score.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
android:layout_centerHorizontal="true"
android:layout_below="@+id/quiz_title"
android:id="@+id/score_obtained"
android:layout_margin="10dp"
android:text="0"
android:paddingRight="20dp"
android:layout_width="wrap_content"
android:textSize="55sp"
android:layout_height="wrap_content" />
<TextView
android:visibility="gone"
android:layout_centerHorizontal="true"
android:layout_below="@+id/quiz_title"
android:text="/ 10"
Expand Down

0 comments on commit 91a2dcf

Please sign in to comment.