From 86f603d59cef55581da2d87d4595ecb890ef1f99 Mon Sep 17 00:00:00 2001 From: Le Dinh Trung <33343210+dtrung98@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:48:05 +0700 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7efd45c..b9aec3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # InsetsView -** Constraint view elements to not be coverred by the android system bars (status bar, navigation bar, etc) with XML ONLY, no ANY CODE needed** +**Constraint view elements to not be coverred by the android system bars (status bar, navigation bar, etc) with XML ONLY, no ANY CODE needed** ## Screen shot From ec5199614b011cb5c213fd4265203e7138e1f001 Mon Sep 17 00:00:00 2001 From: Le Dinh Trung <33343210+dtrung98@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:49:06 +0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9aec3c..b0f0864 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # InsetsView -**Constraint view elements to not be coverred by the android system bars (status bar, navigation bar, etc) with XML ONLY, no ANY CODE needed** +**Constraint view elements to not be covered by the android system bars (status bar, navigation bar, etc) with XML ONLY, no ANY CODE needed** ## Screen shot From 792414a5ddbfc590a4ed03e9d93e3c87a602b4b9 Mon Sep 17 00:00:00 2001 From: Le Dinh Trung <33343210+dtrung98@users.noreply.github.com> Date: Mon, 14 Sep 2020 12:03:07 +0700 Subject: [PATCH 3/5] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b0f0864..56e0d07 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,8 @@ Constraint other child views in the same ConstraintLayout parent to this SafeAre + android:layout_width="match_parent" + android:layout_height="match_parent"/> Date: Mon, 14 Sep 2020 12:03:30 +0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e0d07..10cb8ff 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Constraint other child views in the same ConstraintLayout parent to this SafeAre android:layout_width="match_parent" android:layout_height="match_parent"> - From 058923729fa3c1ab8d7feac1274365c405b5cc72 Mon Sep 17 00:00:00 2001 From: Le Dinh Trung <33343210+dtrung98@users.noreply.github.com> Date: Mon, 14 Sep 2020 12:14:11 +0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10cb8ff..addcc13 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ src="https://raw.githubusercontent.com/dtrung98/Source/master/54c689ea37c4c89a91
## Usage -There're several custom view groups provided in the library: +There're several views provided in the library: #### SafeAreaView