Skip to content

Commit 49ec292

Browse files
silkypriyaneslihanturan
authored andcommitted
Fix pageindicator style issues(commons-app#2811)
1 parent 4578600 commit 49ec292

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/src/main/res/layout/activity_review.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@
117117

118118
</LinearLayout>
119119
</ScrollView>
120+
121+
<View
122+
android:id="@+id/bottomview"
123+
android:layout_width="match_parent"
124+
android:layout_height="15dp"
125+
android:layout_alignParentBottom="true"
126+
android:background="?attr/colorPrimaryDark"></View>
127+
120128
<com.viewpagerindicator.CirclePageIndicator
121129
android:id="@+id/reviewPagerIndicator"
122130
android:layout_width="match_parent"

app/src/main/res/layout/fragment_review_image.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,4 @@
6767

6868
</LinearLayout>
6969

70-
71-
<View
72-
android:id="@+id/bottomview"
73-
android:layout_width="match_parent"
74-
android:layout_height="15dp"
75-
android:layout_alignParentBottom="true"
76-
android:background="?attr/colorPrimaryDark"></View>
77-
7870
</RelativeLayout>

0 commit comments

Comments
 (0)