From f8f3c922df3f9ee34fdb2f62319585185a7d1413 Mon Sep 17 00:00:00 2001 From: Jatin Rao Date: Tue, 27 Mar 2018 22:21:06 +0530 Subject: [PATCH 1/2] Fixes Issue #1358 Circle page indicator --- app/src/main/res/layout/activity_welcome.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_welcome.xml b/app/src/main/res/layout/activity_welcome.xml index 6fa7c7847c..3221f01386 100644 --- a/app/src/main/res/layout/activity_welcome.xml +++ b/app/src/main/res/layout/activity_welcome.xml @@ -14,6 +14,8 @@ 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 From 44a0028268b4fb1b4a079d36fa2d35d6ed8d9866 Mon Sep 17 00:00:00 2001 From: Jatin Rao Date: Sun, 1 Apr 2018 04:59:38 +0530 Subject: [PATCH 2/2] Build test checking and reformated code --- app/src/main/res/layout/activity_welcome.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_welcome.xml b/app/src/main/res/layout/activity_welcome.xml index 3221f01386..60e296fd08 100644 --- a/app/src/main/res/layout/activity_welcome.xml +++ b/app/src/main/res/layout/activity_welcome.xml @@ -15,7 +15,6 @@ android:layout_height="@dimen/half_standard_height" android:layout_width="match_parent" android:layout_gravity="bottom" - android:padding="5dp" - /> + android:padding="5dp" /> \ No newline at end of file