mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix horizontal margin of tabs
This commit is contained in:
parent
ff9e78be42
commit
2dab6ed052
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
android:id="@+id/roomPollsTabs"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_marginHorizontal="4dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:background="?android:colorBackground"
|
||||
app:layout_constraintBottom_toTopOf="@id/roomPollsViewPager"
|
||||
|
|
Loading…
Add table
Reference in a new issue