Skip to content

Commit 3a6945c

Browse files
committed
remove top tab strip side paddings
1 parent bb0e66b commit 3a6945c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: app/src/main/res/layout/activity_main.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
android:layout_width="match_parent"
3535
android:layout_height="wrap_content"
3636
android:layout_gravity="top"
37-
android:background="@null"
38-
android:paddingStart="@dimen/activity_margin"
39-
android:paddingEnd="@dimen/activity_margin" />
37+
android:background="@null" />
4038

4139
</com.simplemobiletools.commons.views.MyViewPager>
4240
</LinearLayout>

0 commit comments

Comments
 (0)