From 878efa19fdaf2c30155171f9b3cd9f86985e53a1 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Wed, 25 Aug 2021 17:04:42 +0530 Subject: [PATCH] Fix #142 --- app/app.iml | 147 ---------------------- app/src/main/res/layout/fragment_main.xml | 3 +- 2 files changed, 2 insertions(+), 148 deletions(-) delete mode 100644 app/app.iml diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 2a197e74..00000000 --- a/app/app.iml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml index 946ea4e6..e5a9c151 100644 --- a/app/src/main/res/layout/fragment_main.xml +++ b/app/src/main/res/layout/fragment_main.xml @@ -18,7 +18,8 @@ android:orientation="vertical" android:gravity="center" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:layout_gravity="center">