Emily Kager 5 years ago committed by Colin Lee
parent b297d8c4b8
commit 998de2f3f1

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

Loading…
Cancel
Save