Skip to content

Commit dac7038

Browse files
committed
fixed orientation
1 parent 4799232 commit dac7038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: onboarder/src/main/res/layout/activity_onboarding.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ImageView android:id="@+id/onboarding_background_image" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
1414

1515
<LinearLayout
16+
android:orientation="vertical"
1617
android:layout_width="match_parent"
1718
android:layout_height="match_parent">
1819

@@ -24,7 +25,8 @@
2425

2526
<com.github.jrejaud.viewpagerindicator2.CirclePageIndicator
2627
android:id="@+id/onboadring_page_indicator"
27-
android:layout_height="60dp"
28+
android:layout_height="30dp"
29+
android:gravity="center_vertical"
2830
android:layout_width="match_parent"
2931
android:paddingTop="5dp"
3032
android:paddingBottom="5dp"
@@ -35,4 +37,5 @@
3537

3638

3739

40+
3841
</RelativeLayout>

0 commit comments

Comments
 (0)