1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-02 14:26:47 -04:00

Added fullfunctionality to the interface.

This commit is contained in:
tokugawa
2014-02-09 20:38:55 -05:00
parent a3de9394f0
commit 421bf4e1e8
2 changed files with 144 additions and 5 deletions

View File

@ -180,7 +180,8 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/btnExit" />
android:text="@string/btnExit"
android:onClick="onClick" />
</TableRow>
</TableLayout>