1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 14:55:11 -04:00

Add the behavior for the ResultActivity

This commit is contained in:
DjBushido
2014-02-23 08:38:23 -05:00
parent 9cad32bb14
commit d7980f9108
2 changed files with 31 additions and 0 deletions

View File

@ -52,6 +52,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_weight="1"
android:onClick="onClick"
android:text="@string/btnTryAgain" />
<Button
@ -60,6 +61,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_weight="1"
android:onClick="onClick"
android:text="@string/btnExit" />
</LinearLayout>