mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-12 18:38:24 -05:00
0a80acace1
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.
10 lines
307 B
XML
10 lines
307 B
XML
<resources>
|
|
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
<dimen name="imageHeight">80dp</dimen>
|
|
<dimen name="imageWidth">80dp</dimen>
|
|
|
|
</resources>
|