2019-11-12 10:18:57 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2022-08-09 13:29:04 -03:00
|
|
|
tools:viewBindingIgnore="true"
|
2019-11-12 10:18:57 -04:00
|
|
|
style="@style/Widget.AppCompat.Button.Borderless"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2021-12-07 15:34:44 -05:00
|
|
|
android:textAllCaps="false"
|
2022-09-08 11:50:37 -04:00
|
|
|
android:textColor="@color/signal_colorPrimary"
|
2020-09-09 10:22:22 -04:00
|
|
|
android:textSize="14sp"
|
2022-09-08 11:50:37 -04:00
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingEnd="12dp"
|
2019-11-12 10:18:57 -04:00
|
|
|
android:layout_marginStart="3dp"
|
|
|
|
tools:text="Action" />
|