This was one of our last weeks of development, and it was spent cleaning up old code, removing any unused libraries, and basically tidying up anything that was missed in previous weeks. The largest thing I worked on was changing the position of X buttons in our dialog-style activities.
As part of our app's style, I designed a custom dialog box theme that we can use for popup windows, however the only way to close the window was to press the phone's back button, which was not entirely intuitive. In order to fix this, I needed to add an 'X' button in the corner, but doing so would look strange without first removing the title bar for each popup. I eventually found a way to do just that by adjusting some variables in the app's themes.xml file, and was able to achieve the desired result.