Skip to content

Commit 0883814

Browse files
committed
remove page tab trip
1 parent 31ce8e3 commit 0883814

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@
3333
android:id="@+id/view_pager"
3434
android:layout_width="match_parent"
3535
android:layout_height="0dp"
36-
android:layout_weight="1">
37-
38-
<android.support.v4.view.PagerTitleStrip
39-
android:layout_width="match_parent"
40-
android:layout_height="50dp">
41-
42-
</android.support.v4.view.PagerTitleStrip>
43-
</android.support.v4.view.ViewPager>
36+
android:layout_weight="1" />
4437

4538
<HorizontalScrollView
4639
android:layout_width="match_parent"

0 commit comments

Comments
 (0)