Skip to content

Commit 2dab6ed

Browse files
committed
Fix horizontal margin of tabs
1 parent ff9e78b commit 2dab6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/res/layout/fragment_room_polls.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
android:id="@+id/roomPollsTabs"
2525
android:layout_width="0dp"
2626
android:layout_height="wrap_content"
27-
android:layout_marginHorizontal="10dp"
27+
android:layout_marginHorizontal="4dp"
2828
android:layout_marginTop="20dp"
2929
android:background="?android:colorBackground"
3030
app:layout_constraintBottom_toTopOf="@id/roomPollsViewPager"

0 commit comments

Comments
 (0)