14 lines
No EOL
563 B
XML
14 lines
No EOL
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:viewBindingIgnore="true"
|
|
style="@style/Widget.AppCompat.Button.Borderless"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:textAllCaps="false"
|
|
android:textColor="@color/signal_colorPrimary"
|
|
android:textSize="14sp"
|
|
android:paddingStart="12dp"
|
|
android:paddingEnd="12dp"
|
|
android:layout_marginStart="3dp"
|
|
tools:text="Action" /> |