|
@@ -42,15 +42,13 @@
|
|
|
|
|
|
<com.google.android.material.tabs.TabLayout
|
|
|
android:id="@+id/shared_items_tabs"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/min_size_clickable_area"
|
|
|
- android:layout_marginBottom="8dp"
|
|
|
android:background="@color/appbar"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/shared_items_toolbar"
|
|
|
app:tabGravity="fill"
|
|
|
- app:tabMode="scrollable"
|
|
|
+ app:tabMode="fixed"
|
|
|
+ app:tabMaxWidth="0dp"
|
|
|
app:tabTextAppearance="@style/TextAppearanceTab" />
|
|
|
|
|
|
|
|
@@ -61,6 +59,7 @@
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/shared_items_tabs"
|
|
|
+ android:layout_marginTop="@dimen/double_margin_between_elements"
|
|
|
tools:listitem="@layout/attachment_item" />
|
|
|
|
|
|
|