41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_centerInParent="true"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp">
|
|
<ImageView
|
|
id="@+id/default_button_icon_image_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
contentDescription="@null"
|
|
layout_marginEnd="8dp"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
id="@+id/default_button_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/default_button"
|
|
style="@style/2132017970"/>
|
|
<ImageView
|
|
id="@+id/default_button_icon_image_view_right"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
contentDescription="@null"
|
|
layout_marginStart="8dp"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<View
|
|
id="@+id/default_button_ripple"
|
|
background="@drawable/ripple_rounded_purple"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"/>
|
|
</merge>
|