From 1c7bff281fa0cd01607e1347a3b8c84660258a4a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 19 May 2014 15:39:40 +0400 Subject: [PATCH] fix readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 20c3be22..11ad8a62 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,6 @@ Similar to layouts in Android * FrameLayout - all children occupy the same place; usually onle one of them is visible * TableLayout - children are aligned into rows and columns of table -TODOs: - -* TableLayout - layout children List Views ----------