1
0
Fork 0

For #3355 - Allow multilines on bottom bar in Collection Creation (#3782)

master
Emily Kager 2019-06-28 17:10:54 -07:00 committed by Colin Lee
parent 4ccd19a585
commit c477c781a5
1 changed files with 2 additions and 3 deletions

View File

@ -130,7 +130,6 @@
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:gravity="center_vertical"
android:singleLine="true"
android:text="@string/create_collection_save_to_collection_empty"
android:textColor="?neutral"
android:textSize="16sp"
@ -140,13 +139,13 @@
app:layout_constraintStart_toEndOf="@id/bottom_bar_icon_button"
app:layout_constraintTop_toTopOf="parent" />
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/save_button"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:text="@string/create_collection_save"
android:textAppearance="@style/TextAppearance.MaterialComponents.Button"
android:textColor="?neutral"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"