1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-18 17:01:28 -04:00
itcs4180/HW3/res/values/dimens.xml
tokugawa 0a80acace1 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.
2014-02-24 19:20:43 -05:00

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>