From d5f3fd58abcdb939d41c642c52cbb3680c2af7ab Mon Sep 17 00:00:00 2001 From: Jatin0312 Date: Mon, 16 Apr 2018 18:30:39 +0530 Subject: [PATCH] Fixes Issue #1358 Circle page indicator display improved (#1379) * Fixes Issue #1358 Circle page indicator * Build test checking and reformated code --- app/src/main/res/layout/activity_welcome.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_welcome.xml b/app/src/main/res/layout/activity_welcome.xml index 6fa7c7847..60e296fd0 100644 --- a/app/src/main/res/layout/activity_welcome.xml +++ b/app/src/main/res/layout/activity_welcome.xml @@ -14,6 +14,7 @@ android:id="@+id/welcomePagerIndicator" android:layout_height="@dimen/half_standard_height" android:layout_width="match_parent" - android:layout_gravity="bottom" /> + android:layout_gravity="bottom" + android:padding="5dp" /> \ No newline at end of file