8 lines
384 B
XML
8 lines
384 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<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/action"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:layout_marginHorizontal="12dp"
|
||
|
app:iconGravity="textStart" />
|