HasBert

Results 3 issues of HasBert

Hey, I am using this code: ```java mDialog = new SpotsDialog.Builder() .setContext(this.getContext()) .setTheme(R.style.CustomDialog) .setCancelable(true) .setCancelListener(this) .build(); mDialog.show(); ``` but everywhere i touch on the screen nothing happens. It has also...

- Added a method to the Builder - Extended the sample with a new 5. button - Updated README.md

Don't get me wrong, I really love the game (and have spent way too much time playing it :)), but sadly I often find myself disappointed with the implementation state...

question