37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="@drawable/ripple_rounded_16_purple"
|
||
|
paddingTop="14dp"
|
||
|
paddingBottom="14dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
elevation="2dp">
|
||
|
<RelativeLayout
|
||
|
id="@+id/money_action_icon_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="7dp"
|
||
|
layout_centerHorizontal="true">
|
||
|
<View
|
||
|
background="@drawable/shape_money_action_circle"
|
||
|
layout_width="44dp"
|
||
|
layout_height="44dp"
|
||
|
layout_centerInParent="true"/>
|
||
|
<ImageView
|
||
|
id="@+id/money_action_icon"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_scan"
|
||
|
layout_centerInParent="true"/>
|
||
|
</RelativeLayout>
|
||
|
<TextView
|
||
|
textColor="#7631c1"
|
||
|
gravity="top|center_horizontal"
|
||
|
id="@+id/money_action_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/money_action_icon_view"
|
||
|
layout_centerHorizontal="true"
|
||
|
style="@style/2132017692"/>
|
||
|
</RelativeLayout>
|