blob: d2494e5879b2abfff38e1cc93e8addad71d5d7f7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2020 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<org.chromium.ui.widget.ButtonCompat
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/account_picker_continue_as_button"
style="@style/FilledButton.Flat"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:layout_marginTop="8dp"
android:ellipsize="end"
android:singleLine="true"
android:text="@string/signin_promo_continue_as" />