1
0
Fork 0

For #2896 - Polish Save To Collection Button (#3093)

master
Emily Kager 2019-06-03 12:11:17 -07:00 committed by Colin Lee
parent 94c4013810
commit 50ec91d6a2
1 changed files with 2 additions and 3 deletions

View File

@ -8,17 +8,16 @@
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:layout_marginBottom="12dp"
android:background="@drawable/button_background"
android:letterSpacing="0"
android:text="@string/save_to_collection"
android:textAllCaps="false"
android:textColor="?contrastText"
android:textStyle="bold"
android:theme="@style/Theme.MaterialComponents.Light"
app:backgroundTint="?accent"
app:icon="@drawable/ic_tab_collection"
app:iconGravity="textStart"
app:iconPadding="8dp"
app:iconSize="20dp"
app:iconTint="?attr/foundation" />