diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 708aed99d6ddab39d76e6940e31e02fcbdf9ea82..e0064489abfe6b49178c6fb7d90b8fe00c74cbca 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -3,11 +3,15 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:gravity="center" + android:background="#FF00FF" xmlns:android="http://schemas.android.com/apk/res/android"> \ No newline at end of file