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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user