We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4799232 commit dac7038Copy full SHA for dac7038
onboarder/src/main/res/layout/activity_onboarding.xml
@@ -13,6 +13,7 @@
13
<ImageView android:id="@+id/onboarding_background_image" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
14
15
<LinearLayout
16
+ android:orientation="vertical"
17
android:layout_width="match_parent"
18
android:layout_height="match_parent">
19
@@ -24,7 +25,8 @@
24
25
26
<com.github.jrejaud.viewpagerindicator2.CirclePageIndicator
27
android:id="@+id/onboadring_page_indicator"
- android:layout_height="60dp"
28
+ android:layout_height="30dp"
29
+ android:gravity="center_vertical"
30
31
android:paddingTop="5dp"
32
android:paddingBottom="5dp"
@@ -35,4 +37,5 @@
35
37
36
38
39
40
+
41
</RelativeLayout>
0 commit comments