1
0
Fork 0
fenix/app/src/main/res/layout/component_sign_in.xml

23 lines
1.1 KiB
XML

<?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/. -->
<com.google.android.material.button.MaterialButton
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/bookmark_folders_sign_in"
style="@style/ThemeIndependentMaterialGreyButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/sign_in_button_margin"
android:layout_marginStart="@dimen/sign_in_button_margin"
android:layout_marginTop="@dimen/sign_in_button_margin_top"
android:paddingBottom="@dimen/sign_in_button_padding"
android:paddingTop="@dimen/sign_in_button_padding"
android:text="@string/bookmark_sign_in_button"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:rippleColor="?secondaryText"/>