From 849a37f98737c10778477dd9427b1df46f748180 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Mon, 26 Mar 2018 08:14:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4053112..2159925 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Drawing a Yellow Rectangle on Android This is a gradle-based project for Android Studio, tested in Version 3.0.1. It builds an App "YellowRectangle" providing an activity "DrawYellowRectangle". -When launched, the app clears draws a yellow rectangle on a black backdrop. +When launched, the app draws a yellow rectangle on a black backdrop. The app will exit on the first touch event.