mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-03 14:55:11 -04:00
Functionality for HW3. Tried to seperate Tile class and MainActivity.
Has 2 issues. First is that a completed row has the Tile ImageViews change size and second is that finish()does not properly close the entire application.
This commit is contained in:
@ -194,7 +194,8 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/btnNewGame" />
|
||||
android:text="@string/btnNewGame"
|
||||
android:onClick="newGame"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnUnCover"
|
||||
@ -202,7 +203,8 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/btnUnCover" />
|
||||
android:text="@string/btnUnCover"
|
||||
android:onClick="uncover" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user