1
0
Fork 0

For #12991 - Set height to recommended touch target size for collect button

master
ekager 2020-07-27 14:19:36 -04:00 committed by Emily Kager
parent b7325a3833
commit 0657bf41d3
1 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
<TextView
android:id="@+id/collect_multi_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="48dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="16dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
@ -95,9 +95,9 @@
app:drawableStartCompat="@drawable/ic_tab_collection"
app:drawableTint="@color/contrast_text_normal_theme"
app:fontFamily="@font/metropolis_medium"
app:layout_constraintBottom_toBottomOf="@id/multiselect_title"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/multiselect_title" />
app:layout_constraintTop_toTopOf="parent" />
<com.google.android.material.tabs.TabLayout
android:id="@+id/tab_layout"