Minesweeper Startup

HOME ISC250

Minesweeper on startup

Here we'll notice that i've changed around the colors to match those of my website. I know, too much. But it was cool to learn how things interacted with the xml files. In order to change the text color, we have to add a 'textColor' attribute for android in the 'TextView' context of the activity_main.xml.
In order to add the rounded borders, we have to add

<corners android:radius="5dp" />
to the rectangle shape in tile.xml

Minesweeper after customer interaction

Here you'll notice that some of the X's have been replaced by DUD. This is what happens after clicking on a TextView element