2019-04-06 04:24:28 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
2019-05-24 21:03:59 +00:00
|
|
|
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2019-04-20 21:15:18 +00:00
|
|
|
android:id="@+id/save_tab_group_button"
|
2019-05-24 21:03:59 +00:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2019-04-06 04:24:28 +00:00
|
|
|
android:layout_width="match_parent"
|
2019-05-24 21:03:59 +00:00
|
|
|
android:layout_height="wrap_content"
|
2019-04-06 04:24:28 +00:00
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
android:background="@drawable/button_background"
|
2019-05-24 21:03:59 +00:00
|
|
|
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:iconTint="?attr/foundation" />
|